#9fe1df
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 225, 223
HSL
178°, 52%, 75%
CMYK
29, 0, 1, 12
Luminance
0.6655
Every format
| HEX | #9fe1df |
| RGB | rgb(159, 225, 223) |
| HSL | hsl(178, 52%, 75%) |
| CMYK | cmyk(29%, 0%, 1%, 12%) |
| LAB | lab(85.3 -21.0 -5.7) |
| LCH | lch(85.3 21.8 195.1) |
| OKLCH | oklch(0.865 0.066 193.6) |
Copy-ready code
/* CSS */
color: #9fe1df;
background-color: #9fe1df;
/* Tailwind (arbitrary) */
class="text-[#9fe1df] bg-[#9fe1df]"
/* SCSS */
$brand: #9fe1df;
/* SwiftUI */
Color(red: 0.624, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#9fe1df")Accessibility — WCAG contrast
Aa
#9fe1df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fe1df on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green88.2%
Blue87.5%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#9fe1df text on a black background
contrast 14.31:1
Card sample
#9fe1df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fe1df;
Background color
Panel with #9fe1df background
background-color: #9fe1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fe1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fe1df; background: linear-gradient(135deg, #9fe1df, #9FB7E1);