All colors
CSS named colorNeutral · light · muted
browser standard

#F0FFFF

Azure

Best set with black text. The pairing reaches 20.45:1 contrast and passes AAA for normal text.

Color values

copy exact values
HEX#F0FFFFsRGB hexadecimal
RGBrgb(240, 255, 255)screen channels
HSLhsl(180, 100%, 97%)hue, saturation, lightness
CMYKcmyk(6%, 0%, 0%, 0%)approximate process color
Tailwindcyan-50nearest palette utility, not an exact token

Foreground contrast

WCAG ratios
White textfails AA1.03:1
Black textAAA20.45:1

Recommendation

Use black text for the stronger built-in pairing. AA requires 4.5:1 for normal text; AAA requires 7:1.

Palette relationships

generated in color space
Tonal ramp
#050505
#4C5151
#9AA3A3
#F0FFFF
#F3FDFD
#F7FCFC
#FAFAFA
Analogous
#F0FFF8
#F0FFFF
#F0F8FF
Triadic
#F0FFFF
#FFF0FF
#FFFFF0
Complement
#F0FFFF
#FFF0F0

Nearest named neighbors

Lab distance · lower is closer

CSS output

:root {
  --color-azure: #F0FFFF;
}

.swatch {
  background: var(--color-azure);
  color: #000000;
}
Hueneutral
Lightness99 L*
Chroma5.2
Luminance0.973