#9afbbc
a light, electric green · cool · closest name: aquamarine
RGB
154, 251, 188
HSL
141°, 92%, 79%
CMYK
39, 0, 25, 2
Luminance
0.7950
Every format
| HEX | #9afbbc |
| RGB | rgb(154, 251, 188) |
| HSL | hsl(141, 92%, 79%) |
| CMYK | cmyk(39%, 0%, 25%, 2%) |
| LAB | lab(91.5 -41.8 21.4) |
| LCH | lch(91.5 46.9 152.9) |
| OKLCH | oklch(0.911 0.127 154.6) |
Copy-ready code
/* CSS */
color: #9afbbc;
background-color: #9afbbc;
/* Tailwind (arbitrary) */
class="text-[#9afbbc] bg-[#9afbbc]"
/* SCSS */
$brand: #9afbbc;
/* SwiftUI */
Color(red: 0.604, green: 0.984, blue: 0.737)
/* Android */
Color.parseColor("#9afbbc")Accessibility — WCAG contrast
Aa
#9afbbc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afbbc on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.4%
Blue73.7%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow25.1%
Key (black)1.6%
Color previews
#9afbbc text on a black background
contrast 16.90:1
Card sample
#9afbbc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afbbc;
Background color
Panel with #9afbbc background
background-color: #9afbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 251, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 251, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afbbc; background: linear-gradient(135deg, #9afbbc, #9AF9FB);