#9affcf
a light, electric green · cool · closest name: aquamarine
RGB
154, 255, 207
HSL
152°, 100%, 80%
CMYK
40, 0, 19, 0
Luminance
0.8290
Every format
| HEX | #9affcf |
| RGB | rgb(154, 255, 207) |
| HSL | hsl(152, 100%, 80%) |
| CMYK | cmyk(40%, 0%, 19%, 0%) |
| LAB | lab(93.0 -40.0 13.8) |
| LCH | lch(93.0 42.3 161.0) |
| OKLCH | oklch(0.925 0.117 162.4) |
Copy-ready code
/* CSS */
color: #9affcf;
background-color: #9affcf;
/* Tailwind (arbitrary) */
class="text-[#9affcf] bg-[#9affcf]"
/* SCSS */
$brand: #9affcf;
/* SwiftUI */
Color(red: 0.604, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#9affcf")Accessibility — WCAG contrast
Aa
#9affcf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9affcf on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green100.0%
Blue81.2%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#9affcf text on a black background
contrast 17.58:1
Card sample
#9affcf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9affcf;
Background color
Panel with #9affcf background
background-color: #9affcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9affcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9affcf; background: linear-gradient(135deg, #9affcf, #9AECFF);