Azure — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #F0FFFF | |
| RGB | rgb(240, 255, 255) | |
| HSL | hsl(180, 100%, 97%) |
Shades of Azure
| #BDFFFF | #8AFFFF | #57FFFF | #24FFFF | #00F0F0 | #00BDBD | #008A8A | #005757 |
Tints of Azure
| #F0FFFF | #F0FFFF | #F0FFFF | #F0FFFF | #F0FFFF | #F0FFFF | #F0FFFF | #F0FFFF |
Color Pairings & Harmony
|
Complementary
#FFF0F0
|
Analogous +30°
#F0F7FF
|
Analogous −30°
#F0FFF7
|
Triadic +120°
#FFF0FF
|
Triadic −120°
#FFFFF0
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #F0FFFF;
}
.element-bg {
background-color: #F0FFFF;
color: #000000;
}
.element-border {
border: 2px solid #F0FFFF;
}
About Azure
Azure is a very light color with vivid, highly saturated, defined by the hex code #F0FFFF. Its exact color model values are rgb(240, 255, 255) in RGB and hsl(180, 100%, 97%) in HSL (hue 180°, saturation 100%, lightness 97%). On a white background the contrast ratio is 1.03:1 — Fail, and on black it is 20.45:1 — AAA pass for normal text. Use Azure for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →