#8af9cf
a light, electric green · cool · closest name: aquamarine
RGB
138, 249, 207
HSL
157°, 90%, 76%
CMYK
45, 0, 17, 2
Luminance
0.7766
Every format
| HEX | #8af9cf |
| RGB | rgb(138, 249, 207) |
| HSL | hsl(157, 90%, 76%) |
| CMYK | cmyk(45%, 0%, 17%, 2%) |
| LAB | lab(90.6 -41.4 10.3) |
| LCH | lch(90.6 42.6 166.0) |
| OKLCH | oklch(0.904 0.119 167.1) |
Copy-ready code
/* CSS */
color: #8af9cf;
background-color: #8af9cf;
/* Tailwind (arbitrary) */
class="text-[#8af9cf] bg-[#8af9cf]"
/* SCSS */
$brand: #8af9cf;
/* SwiftUI */
Color(red: 0.541, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#8af9cf")Accessibility — WCAG contrast
Aa
#8af9cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af9cf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green97.6%
Blue81.2%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#8af9cf text on a black background
contrast 16.53:1
Card sample
#8af9cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af9cf;
Background color
Panel with #8af9cf background
background-color: #8af9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af9cf; background: linear-gradient(135deg, #8af9cf, #8AD9F9);