#9fd3ec
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 211, 236
HSL
200°, 67%, 78%
CMYK
33, 11, 0, 8
Luminance
0.6002
Every format
| HEX | #9fd3ec |
| RGB | rgb(159, 211, 236) |
| HSL | hsl(200, 67%, 78%) |
| CMYK | cmyk(33%, 11%, 0%, 8%) |
| LAB | lab(81.8 -10.9 -17.7) |
| LCH | lch(81.8 20.8 238.4) |
| OKLCH | oklch(0.839 0.064 229.1) |
Copy-ready code
/* CSS */
color: #9fd3ec;
background-color: #9fd3ec;
/* Tailwind (arbitrary) */
class="text-[#9fd3ec] bg-[#9fd3ec]"
/* SCSS */
$brand: #9fd3ec;
/* SwiftUI */
Color(red: 0.624, green: 0.827, blue: 0.925)
/* Android */
Color.parseColor("#9fd3ec")Accessibility — WCAG contrast
Aa
#9fd3ec on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd3ec on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green82.7%
Blue92.5%
CMYK percentages
Cyan32.6%
Magenta10.6%
Yellow0.0%
Key (black)7.5%
Color previews
#9fd3ec text on a black background
contrast 13.00:1
Card sample
#9fd3ec text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd3ec;
Background color
Panel with #9fd3ec background
background-color: #9fd3ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd3ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 211, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 211, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd3ec; background: linear-gradient(135deg, #9fd3ec, #9FA0EC);