Closest to Aquamarine
#A5FBD5
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | A5FBD5 | ||
| HEX with # | #A5FBD5 | ||
| RGB | rgb(165, 251, 213) | ||
| RGBA | rgba(165, 251, 213, 1) | ||
| HSL | hsl(153.49 91.49% 81.57%) | ||
| HSLA | hsla(153.49, 91.49%, 81.57%, 1) | ||
| HSV | hsv(153.49, 34.26%, 98.43%) | ||
| CMYK | cmyk(34.26%, 0%, 15.14%, 1.57%) | ||
| OKLCH | oklch(92.29% 0.0988 164.8) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #A5FBD5;
bg-[#a5fbd5]
Accessibility quick-check
White text
1.21:1
Decorative only
Black text
17.36:1
AAA normal
Reference notes
#A5FBD5 is a light, saturated cyan color closest to Aquamarine. The color has RGB channels of 165, 251, and 213; in HSL terms, it is centered near 153 degrees with 91% saturation and 82% lightness. In a design system, this cool reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for badges, highlights, product accents, and moments where quick recognition matters. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.