#9afccc
a light, electric green · cool · closest name: aquamarine
RGB
154, 252, 204
HSL
151°, 94%, 80%
CMYK
39, 0, 19, 1
Luminance
0.8085
Every format
| HEX | #9afccc |
| RGB | rgb(154, 252, 204) |
| HSL | hsl(151, 94%, 80%) |
| CMYK | cmyk(39%, 0%, 19%, 1%) |
| LAB | lab(92.1 -39.2 14.0) |
| LCH | lch(92.1 41.6 160.3) |
| OKLCH | oklch(0.917 0.115 161.7) |
Copy-ready code
/* CSS */
color: #9afccc;
background-color: #9afccc;
/* Tailwind (arbitrary) */
class="text-[#9afccc] bg-[#9afccc]"
/* SCSS */
$brand: #9afccc;
/* SwiftUI */
Color(red: 0.604, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#9afccc")Accessibility — WCAG contrast
Aa
#9afccc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afccc on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#9afccc text on a black background
contrast 17.17:1
Card sample
#9afccc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afccc;
Background color
Panel with #9afccc background
background-color: #9afccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afccc; background: linear-gradient(135deg, #9afccc, #9AEBFC);