#9feeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 238, 235
HSL
178°, 70%, 78%
CMYK
33, 0, 1, 7
Luminance
0.7452
Every format
| HEX | #9feeeb |
| RGB | rgb(159, 238, 235) |
| HSL | hsl(178, 70%, 78%) |
| CMYK | cmyk(33%, 0%, 1%, 7%) |
| LAB | lab(89.2 -24.7 -6.3) |
| LCH | lch(89.2 25.5 194.2) |
| OKLCH | oklch(0.897 0.077 192.8) |
Copy-ready code
/* CSS */
color: #9feeeb;
background-color: #9feeeb;
/* Tailwind (arbitrary) */
class="text-[#9feeeb] bg-[#9feeeb]"
/* SCSS */
$brand: #9feeeb;
/* SwiftUI */
Color(red: 0.624, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#9feeeb")Accessibility — WCAG contrast
Aa
#9feeeb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feeeb on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.3%
Blue92.2%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#9feeeb text on a black background
contrast 15.90:1
Card sample
#9feeeb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feeeb;
Background color
Panel with #9feeeb background
background-color: #9feeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feeeb; background: linear-gradient(135deg, #9feeeb, #9FBCEE);