CSS Named Color Reference

Aquamarine Color Code

Aquamarine·#7FFFD4

Green FamilyNeutralMid toneHigh saturationoklch(91.5% 0.130 169)
HEX
#7FFFD4Primary token
RGB
rgb(127, 255, 212)Screen values
HSL
hsl(160 100% 75%)Hue and lightness
CMYK
50, 0, 17, 0Print handoff
LAB
92, -46, 10Perceptual reference
OKLCH
oklch(91.5% 0.130 169)Modern perceptual

Aquamarine is a mid-tone, high-saturation CSS named color at #7FFFD4. If you searched for aquamarine hex code, 7FFFD4, or aquamarine 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 contrast14.01:1
Best UseSuccess states, natural brands, support actions, and calm interface signals

Tonal Scale

100#E8FFF7
300#C4FFEB
500#96FFDC
600#7FFFD4
800#5BB899

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

1.22:1Needs more separation

Dark text on this color

Large headings and selective UI.

14.01:1AAA-level contrast

This color on light surface

Links, borders, and icons on light UI.

1.16:1Needs more separation
Best text colorDark textContrast 14.01:1

Professional Reference

OKLCHoklch(91.5% 0.130 169)
Relative Luminance0.8079
Source TypeCSS Named Color
Classification
Green FamilyNeutralMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Material Teal A200Tailwind Emerald 300Tailwind Teal 300
Color Notes
  • Aquamarine is kept as an exact CSS named color for #7FFFD4.
  • Queries for aquamarine color code, 7FFFD4, or aquamarine 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.22:1Needs more separation

Dark text on this color

Dark text or headings on the current color.

14.01:1AAA

This color on light surface

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

1.16:1Needs more separation

This color on dark surface

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

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

Where It Works

  • Use it for success states, support actions, ecology cues, and stable positive feedback.
  • Very bright greens need contrast testing before they become buttons or text backgrounds.
  • Pair with white, charcoal, soft neutrals, and nearby teal or yellow-green colors.

Reference Notes

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

Aquamarine 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

Natural greens for sustainability and calm systems.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-aquamarine: #7FFFD4;
  --color-aquamarine-rgb: 127 255 212;
}
Utility Class
class="bg-[#7FFFD4] text-white"
class="hover:bg-[#5BB899] ring-1 ring-[#7FFFD4]"
JSON Token
{
  "aquamarine": "#7FFFD4",
  "aquamarineRgb": [127, 255, 212],
  "aquamarineHsl": [160, 100, 75]
}