#9cc2db
a light, vivid blue · cool · closest name: skyblue
RGB
156, 194, 219
HSL
204°, 47%, 74%
CMYK
29, 11, 0, 14
Luminance
0.5077
Every format
| HEX | #9cc2db |
| RGB | rgb(156, 194, 219) |
| HSL | hsl(204, 47%, 74%) |
| CMYK | cmyk(29%, 11%, 0%, 14%) |
| LAB | lab(76.5 -6.9 -16.6) |
| LCH | lch(76.5 18.0 247.4) |
| OKLCH | oklch(0.795 0.054 237.2) |
Copy-ready code
/* CSS */
color: #9cc2db;
background-color: #9cc2db;
/* Tailwind (arbitrary) */
class="text-[#9cc2db] bg-[#9cc2db]"
/* SCSS */
$brand: #9cc2db;
/* SwiftUI */
Color(red: 0.612, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#9cc2db")Accessibility — WCAG contrast
Aa
#9cc2db on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cc2db on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green76.1%
Blue85.9%
CMYK percentages
Cyan28.8%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#9cc2db text on a black background
contrast 11.15:1
Card sample
#9cc2db text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cc2db;
Background color
Panel with #9cc2db background
background-color: #9cc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cc2db; background: linear-gradient(135deg, #9cc2db, #A09CDB);