#9fc2df
a light, vivid blue · cool · closest name: skyblue
RGB
159, 194, 223
HSL
207°, 50%, 75%
CMYK
29, 13, 0, 13
Luminance
0.5128
Every format
| HEX | #9fc2df |
| RGB | rgb(159, 194, 223) |
| HSL | hsl(207, 50%, 75%) |
| CMYK | cmyk(29%, 13%, 0%, 13%) |
| LAB | lab(76.8 -5.1 -18.3) |
| LCH | lch(76.8 19.0 254.4) |
| OKLCH | oklch(0.798 0.056 243.5) |
Copy-ready code
/* CSS */
color: #9fc2df;
background-color: #9fc2df;
/* Tailwind (arbitrary) */
class="text-[#9fc2df] bg-[#9fc2df]"
/* SCSS */
$brand: #9fc2df;
/* SwiftUI */
Color(red: 0.624, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#9fc2df")Accessibility — WCAG contrast
Aa
#9fc2df on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc2df on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.1%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9fc2df text on a black background
contrast 11.26:1
Card sample
#9fc2df text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc2df;
Background color
Panel with #9fc2df background
background-color: #9fc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc2df; background: linear-gradient(135deg, #9fc2df, #A79FDF);