#8af4ce
a light, electric green · cool · closest name: aquamarine
RGB
138, 244, 206
HSL
159°, 83%, 75%
CMYK
43, 0, 16, 4
Luminance
0.7456
Every format
| HEX | #8af4ce |
| RGB | rgb(138, 244, 206) |
| HSL | hsl(159, 83%, 75%) |
| CMYK | cmyk(43%, 0%, 16%, 4%) |
| LAB | lab(89.2 -39.4 8.8) |
| LCH | lch(89.2 40.3 167.4) |
| OKLCH | oklch(0.893 0.113 168.5) |
Copy-ready code
/* CSS */
color: #8af4ce;
background-color: #8af4ce;
/* Tailwind (arbitrary) */
class="text-[#8af4ce] bg-[#8af4ce]"
/* SCSS */
$brand: #8af4ce;
/* SwiftUI */
Color(red: 0.541, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#8af4ce")Accessibility — WCAG contrast
Aa
#8af4ce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af4ce on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green95.7%
Blue80.8%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#8af4ce text on a black background
contrast 15.91:1
Card sample
#8af4ce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af4ce;
Background color
Panel with #8af4ce background
background-color: #8af4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af4ce; background: linear-gradient(135deg, #8af4ce, #8AD3F4);