#9fc2db
a light, vivid blue · cool · closest name: skyblue
RGB
159, 194, 219
HSL
205°, 46%, 74%
CMYK
27, 11, 0, 14
Luminance
0.5107
Every format
| HEX | #9fc2db |
| RGB | rgb(159, 194, 219) |
| HSL | hsl(205, 46%, 74%) |
| CMYK | cmyk(27%, 11%, 0%, 14%) |
| LAB | lab(76.7 -6.0 -16.3) |
| LCH | lch(76.7 17.4 249.7) |
| OKLCH | oklch(0.797 0.052 239.4) |
Copy-ready code
/* CSS */
color: #9fc2db;
background-color: #9fc2db;
/* Tailwind (arbitrary) */
class="text-[#9fc2db] bg-[#9fc2db]"
/* SCSS */
$brand: #9fc2db;
/* SwiftUI */
Color(red: 0.624, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#9fc2db")Accessibility — WCAG contrast
Aa
#9fc2db on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fc2db on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green76.1%
Blue85.9%
CMYK percentages
Cyan27.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#9fc2db text on a black background
contrast 11.21:1
Card sample
#9fc2db text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fc2db;
Background color
Panel with #9fc2db background
background-color: #9fc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fc2db; background: linear-gradient(135deg, #9fc2db, #A49FDB);