#9fdbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 219, 223
HSL
184°, 50%, 75%
CMYK
29, 2, 0, 13
Luminance
0.6336
Every format
| HEX | #9fdbdf |
| RGB | rgb(159, 219, 223) |
| HSL | hsl(184, 50%, 75%) |
| CMYK | cmyk(29%, 2%, 0%, 13%) |
| LAB | lab(83.6 -18.0 -8.1) |
| LCH | lch(83.6 19.8 204.2) |
| OKLCH | oklch(0.852 0.061 201.3) |
Copy-ready code
/* CSS */
color: #9fdbdf;
background-color: #9fdbdf;
/* Tailwind (arbitrary) */
class="text-[#9fdbdf] bg-[#9fdbdf]"
/* SCSS */
$brand: #9fdbdf;
/* SwiftUI */
Color(red: 0.624, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#9fdbdf")Accessibility — WCAG contrast
Aa
#9fdbdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdbdf on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.9%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#9fdbdf text on a black background
contrast 13.67:1
Card sample
#9fdbdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdbdf;
Background color
Panel with #9fdbdf background
background-color: #9fdbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdbdf; background: linear-gradient(135deg, #9fdbdf, #9FB0DF);