CSS Named Color Reference

Azure Color Code

Azure·#F0FFFF

Cyan FamilyCoolLight toneHigh saturationoklch(98.9% 0.016 197)
HEX
#F0FFFFPrimary token
RGB
rgb(240, 255, 255)Screen values
HSL
hsl(180 100% 97%)Hue and lightness
CMYK
6, 0, 0, 0Print handoff
LAB
99, -5, -2Perceptual reference
OKLCH
oklch(98.9% 0.016 197)Modern perceptual

Azure is a light, high-saturation CSS named color at #F0FFFF. If you searched for azure hex code, F0FFFF, or azure RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorDark text
Body text contrast16.70:1
Best UseTechnical accents, fresh product states, data highlights, and clean UI surfaces

Tonal Scale

100#FCFFFF
300#F8FFFF
500#F3FFFF
600#F0FFFF
800#ADB8B8

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

1.03:1Needs more separation

Dark text on this color

Large headings and selective UI.

16.70:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

1.03:1Needs more separation
Best text colorDark textContrast 16.70:1

Professional Reference

OKLCHoklch(98.9% 0.016 197)
Relative Luminance0.9727
Source TypeCSS Named Color
Classification
Cyan FamilyCoolLight toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Tailwind Cyan 50Tailwind Teal 50Mintcream
Color Notes
  • Azure is kept as an exact CSS named color for #F0FFFF.
  • Queries for azure color code, F0FFFF, or azure RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

1.03:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

16.70:1AAA

This color on light surface

Use this color for links, strokes, or icons on light UI.

1.03:1Needs more separation

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

16.70:1AAA
Best text colorDark textContrast 16.70:1 · AAA

Where It Works

  • Use it for technical labels, data highlights, clean product accents, and fresh surfaces.
  • Bright cyans often need dark text rather than white text for readable UI copy.
  • Pair with charcoal, white, slate neutrals, and deeper teal anchors.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Azure is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Clean cyan and teal hues for product UIs.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-azure: #F0FFFF;
  --color-azure-rgb: 240 255 255;
}
Utility Class
class="bg-[#F0FFFF] text-white"
class="hover:bg-[#ADB8B8] ring-1 ring-[#F0FFFF]"
JSON Token
{
  "azure": "#F0FFFF",
  "azureRgb": [240, 255, 255],
  "azureHsl": [180, 100, 97]
}