CSS Named Color Reference

Aqua Color Code

Aqua·#00FFFF

Cyan FamilyCoolMid toneHigh saturationoklch(90.5% 0.155 195)
HEX
#00FFFFPrimary token
RGB
rgb(0, 255, 255)Screen values
HSL
hsl(180 100% 50%)Hue and lightness
CMYK
100, 0, 0, 0Print handoff
LAB
91, -48, -14Perceptual reference
OKLCH
oklch(90.5% 0.155 195)Modern perceptual

Aqua is the classic CSS named aqua at #00FFFF and is effectively the same color value as Cyan. Use it when you need a legacy web reference, an explicit aqua label, or a bright cool accent for technical highlights and expressive UI moments.

Best text colorDark text
Body text contrast13.68:1
Best UseLegacy web references, bright callouts, and electric aqua accents

Tonal Scale

100#D1FFFF
300#8AFFFF
500#2EFFFF
600#00FFFF
800#00B8B8

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

1.25:1Needs more separation

Dark text on this color

Large headings and selective UI.

13.68:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

1.19:1Needs more separation
Best text colorDark textContrast 13.68:1

Professional Reference

OKLCHoklch(90.5% 0.155 195)
Relative Luminance0.7874
Source TypeCSS Named Color
Classification
Cyan FamilyCoolMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Aliases
Cyan
Closest Matches
Material Cyan A200Material Cyan A100Turquoise

Accessibility Matrix

White text on this color

White text placed on the current color.

1.25:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

13.68:1AAA

This color on light surface

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

1.19:1Needs more separation

This color on dark surface

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

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

Where It Works

  • Legacy web reference, bright callouts, and aqua accents.
  • Same hex as Cyan, but useful as a distinct naming target.
  • Pairs with white, ink-dark neutrals, and deep blue anchors.

Reference Notes

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

Aqua is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding 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-aqua: #00FFFF;
  --color-aqua-rgb: 0 255 255;
}
Utility Class
class="bg-[#00FFFF] text-white"
class="hover:bg-[#00B8B8] ring-1 ring-[#00FFFF]"
JSON Token
{
  "aqua": "#00FFFF",
  "aquaRgb": [0, 255, 255],
  "aquaHsl": [180, 100, 50]
}