#9dc2df
a light, vivid blue · cool · closest name: skyblue
RGB
157, 194, 223
HSL
206°, 51%, 75%
CMYK
30, 13, 0, 13
Luminance
0.5108
Every format
| HEX | #9dc2df |
| RGB | rgb(157, 194, 223) |
| HSL | hsl(206, 51%, 75%) |
| CMYK | cmyk(30%, 13%, 0%, 13%) |
| LAB | lab(76.7 -5.7 -18.5) |
| LCH | lch(76.7 19.3 252.9) |
| OKLCH | oklch(0.797 0.057 242.0) |
Copy-ready code
/* CSS */
color: #9dc2df;
background-color: #9dc2df;
/* Tailwind (arbitrary) */
class="text-[#9dc2df] bg-[#9dc2df]"
/* SCSS */
$brand: #9dc2df;
/* SwiftUI */
Color(red: 0.616, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#9dc2df")Accessibility — WCAG contrast
Aa
#9dc2df on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dc2df on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green76.1%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9dc2df text on a black background
contrast 11.22:1
Card sample
#9dc2df text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dc2df;
Background color
Panel with #9dc2df background
background-color: #9dc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dc2df; background: linear-gradient(135deg, #9dc2df, #A49DDF);