#9ffeee
a light, electric cyan · cool · closest name: aquamarine
RGB
159, 254, 238
HSL
170°, 98%, 81%
CMYK
37, 0, 6, 0
Luminance
0.8443
Every format
| HEX | #9ffeee |
| RGB | rgb(159, 254, 238) |
| HSL | hsl(170, 98%, 81%) |
| CMYK | cmyk(37%, 0%, 6%, 0%) |
| LAB | lab(93.6 -31.7 -1.2) |
| LCH | lch(93.6 31.7 182.2) |
| OKLCH | oklch(0.933 0.093 182.3) |
Copy-ready code
/* CSS */
color: #9ffeee;
background-color: #9ffeee;
/* Tailwind (arbitrary) */
class="text-[#9ffeee] bg-[#9ffeee]"
/* SCSS */
$brand: #9ffeee;
/* SwiftUI */
Color(red: 0.624, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#9ffeee")Accessibility — WCAG contrast
Aa
#9ffeee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffeee on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#9ffeee text on a black background
contrast 17.89:1
Card sample
#9ffeee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffeee;
Background color
Panel with #9ffeee background
background-color: #9ffeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffeee; background: linear-gradient(135deg, #9ffeee, #9FCFFE);