#9ff6df
a light, electric cyan · cool · closest name: aquamarine
RGB
159, 246, 223
HSL
164°, 83%, 79%
CMYK
35, 0, 9, 4
Luminance
0.7861
Every format
| HEX | #9ff6df |
| RGB | rgb(159, 246, 223) |
| HSL | hsl(164, 83%, 79%) |
| CMYK | cmyk(35%, 0%, 9%, 4%) |
| LAB | lab(91.1 -31.2 2.8) |
| LCH | lch(91.1 31.3 174.9) |
| OKLCH | oklch(0.911 0.090 175.6) |
Copy-ready code
/* CSS */
color: #9ff6df;
background-color: #9ff6df;
/* Tailwind (arbitrary) */
class="text-[#9ff6df] bg-[#9ff6df]"
/* SCSS */
$brand: #9ff6df;
/* SwiftUI */
Color(red: 0.624, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#9ff6df")Accessibility — WCAG contrast
Aa
#9ff6df on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ff6df on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green96.5%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#9ff6df text on a black background
contrast 16.72:1
Card sample
#9ff6df text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ff6df;
Background color
Panel with #9ff6df background
background-color: #9ff6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ff6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ff6df; background: linear-gradient(135deg, #9ff6df, #9FD3F6);