#9afacb
a light, electric green · cool · closest name: aquamarine
RGB
154, 250, 203
HSL
151°, 91%, 79%
CMYK
38, 0, 19, 2
Luminance
0.7955
Every format
| HEX | #9afacb |
| RGB | rgb(154, 250, 203) |
| HSL | hsl(151, 91%, 79%) |
| CMYK | cmyk(38%, 0%, 19%, 2%) |
| LAB | lab(91.5 -38.5 13.7) |
| LCH | lch(91.5 40.9 160.4) |
| OKLCH | oklch(0.913 0.113 161.8) |
Copy-ready code
/* CSS */
color: #9afacb;
background-color: #9afacb;
/* Tailwind (arbitrary) */
class="text-[#9afacb] bg-[#9afacb]"
/* SCSS */
$brand: #9afacb;
/* SwiftUI */
Color(red: 0.604, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#9afacb")Accessibility — WCAG contrast
Aa
#9afacb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afacb on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.0%
Blue79.6%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#9afacb text on a black background
contrast 16.91:1
Card sample
#9afacb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afacb;
Background color
Panel with #9afacb background
background-color: #9afacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afacb; background: linear-gradient(135deg, #9afacb, #9AE9FA);