#7FFFD4 color codes
- HEX
- #7FFFD4
- HEX8
- #7FFFD4FF
- HEX8 (Android)
- #FF7FFFD4
- RGB
- rgb(127, 255, 212)
- RGB (%)
- 50%, 100%, 83%
- HSL
- hsl(160, 100%, 75%)
- HSV / HSB
- hsv(160, 50%, 100%)
- CMYK
- cmyk(50%, 0%, 17%, 0%)
- OKLCH
- oklch(0.915 0.1304 168.99)
- OKLCH (%)
- oklch(91.5% 0.1304 168.99)
- Decimal
- 8388564
What color is #7FFFD4?
#7FFFD4 sits at 92% lightness and 0.1304 chroma in OKLCH, hue 168.99°. Its nearest named color is Aquamarine (an exact match).
Shades and tints of #7FFFD4
Tints
Shades
Tones
#7FFFD4 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #7FFFD4 in CSS
.text { color: #7FFFD4; }
.background { background-color: #7FFFD4; }
.border { border: 2px solid #7FFFD4; }
/* Modern, perceptually uniform */
.text { color: oklch(0.915 0.1304 168.99); }
/* #7FFFD4 at 50% transparency */
.overlay { background-color: #7FFFD480; }Is #7FFFD4 accessible?
#7FFFD4 on white text scores 1.22:1; on black text it scores 17.16:1. Black text passes WCAG AAA on #7FFFD4. Recommended text color on a #7FFFD4 background: black.
A 17.16:1 vs black
A 1.22:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#7FFFD4) → black APCA Lc experimental 92.7 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Green #008000. See more in the green family on the colors hub.
Frequently asked questions
- What color is #7FFFD4?
- #7FFFD4 is Aquamarine. In RGB it is rgb(127, 255, 212), and in HSL hsl(160, 100%, 75%).
- What is #7FFFD4 in RGB?
- #7FFFD4 converts to rgb(127, 255, 212) — red 127, green 255, blue 212.
- What text color is readable on #7FFFD4?
- Black text — it has the higher contrast ratio (17.16:1) against #7FFFD4. Black text passes WCAG AAA on #7FFFD4.