#9fd3cf
a light, soft cyan · cool · closest name: skyblue
RGB
159, 211, 207
HSL
175°, 37%, 73%
CMYK
25, 0, 2, 17
Luminance
0.5846
Every format
| HEX | #9fd3cf |
| RGB | rgb(159, 211, 207) |
| HSL | hsl(175, 37%, 73%) |
| CMYK | cmyk(25%, 0%, 2%, 17%) |
| LAB | lab(81.0 -17.6 -3.5) |
| LCH | lch(81.0 17.9 191.2) |
| OKLCH | oklch(0.830 0.054 190.3) |
Copy-ready code
/* CSS */
color: #9fd3cf;
background-color: #9fd3cf;
/* Tailwind (arbitrary) */
class="text-[#9fd3cf] bg-[#9fd3cf]"
/* SCSS */
$brand: #9fd3cf;
/* SwiftUI */
Color(red: 0.624, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#9fd3cf")Accessibility — WCAG contrast
Aa
#9fd3cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd3cf on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.7%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#9fd3cf text on a black background
contrast 12.69:1
Card sample
#9fd3cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd3cf;
Background color
Panel with #9fd3cf background
background-color: #9fd3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd3cf; background: linear-gradient(135deg, #9fd3cf, #9FB4D3);