#9af1cf
a light, electric green · cool · closest name: aquamarine
RGB
154, 241, 207
HSL
157°, 76%, 78%
CMYK
36, 0, 14, 6
Luminance
0.7429
Every format
| HEX | #9af1cf |
| RGB | rgb(154, 241, 207) |
| HSL | hsl(157, 76%, 78%) |
| CMYK | cmyk(36%, 0%, 14%, 6%) |
| LAB | lab(89.1 -33.6 8.2) |
| LCH | lch(89.1 34.5 166.3) |
| OKLCH | oklch(0.893 0.097 167.5) |
Copy-ready code
/* CSS */
color: #9af1cf;
background-color: #9af1cf;
/* Tailwind (arbitrary) */
class="text-[#9af1cf] bg-[#9af1cf]"
/* SCSS */
$brand: #9af1cf;
/* SwiftUI */
Color(red: 0.604, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#9af1cf")Accessibility — WCAG contrast
Aa
#9af1cf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af1cf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.5%
Blue81.2%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#9af1cf text on a black background
contrast 15.86:1
Card sample
#9af1cf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af1cf;
Background color
Panel with #9af1cf background
background-color: #9af1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af1cf; background: linear-gradient(135deg, #9af1cf, #9AD9F1);