#8afccf
a light, electric green · cool · closest name: aquamarine
RGB
138, 252, 207
HSL
156°, 95%, 77%
CMYK
45, 0, 18, 1
Luminance
0.7953
Every format
| HEX | #8afccf |
| RGB | rgb(138, 252, 207) |
| HSL | hsl(156, 95%, 77%) |
| CMYK | cmyk(45%, 0%, 18%, 1%) |
| LAB | lab(91.5 -42.7 11.6) |
| LCH | lch(91.5 44.2 164.9) |
| OKLCH | oklch(0.911 0.123 166.1) |
Copy-ready code
/* CSS */
color: #8afccf;
background-color: #8afccf;
/* Tailwind (arbitrary) */
class="text-[#8afccf] bg-[#8afccf]"
/* SCSS */
$brand: #8afccf;
/* SwiftUI */
Color(red: 0.541, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#8afccf")Accessibility — WCAG contrast
Aa
#8afccf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8afccf on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green98.8%
Blue81.2%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#8afccf text on a black background
contrast 16.91:1
Card sample
#8afccf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8afccf;
Background color
Panel with #8afccf background
background-color: #8afccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8afccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8afccf; background: linear-gradient(135deg, #8afccf, #8ADDFC);