#9af0cf
a light, vivid green · cool · closest name: aquamarine
RGB
154, 240, 207
HSL
157°, 74%, 77%
CMYK
36, 0, 14, 6
Luminance
0.7370
Every format
| HEX | #9af0cf |
| RGB | rgb(154, 240, 207) |
| HSL | hsl(157, 74%, 77%) |
| CMYK | cmyk(36%, 0%, 14%, 6%) |
| LAB | lab(88.8 -33.1 7.8) |
| LCH | lch(88.8 34.0 166.8) |
| OKLCH | oklch(0.891 0.096 167.9) |
Copy-ready code
/* CSS */
color: #9af0cf;
background-color: #9af0cf;
/* Tailwind (arbitrary) */
class="text-[#9af0cf] bg-[#9af0cf]"
/* SCSS */
$brand: #9af0cf;
/* SwiftUI */
Color(red: 0.604, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#9af0cf")Accessibility — WCAG contrast
Aa
#9af0cf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af0cf on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green94.1%
Blue81.2%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#9af0cf text on a black background
contrast 15.74:1
Card sample
#9af0cf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af0cf;
Background color
Panel with #9af0cf background
background-color: #9af0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af0cf; background: linear-gradient(135deg, #9af0cf, #9AD8F0);