#9dafce
a light, soft blue · cool · closest name: skyblue
RGB
157, 175, 206
HSL
218°, 33%, 71%
CMYK
24, 15, 0, 19
Luminance
0.4228
Every format
| HEX | #9dafce |
| RGB | rgb(157, 175, 206) |
| HSL | hsl(218, 33%, 71%) |
| CMYK | cmyk(24%, 15%, 0%, 19%) |
| LAB | lab(71.1 0.6 -17.8) |
| LCH | lch(71.1 17.8 271.8) |
| OKLCH | oklch(0.751 0.049 261.3) |
Copy-ready code
/* CSS */
color: #9dafce;
background-color: #9dafce;
/* Tailwind (arbitrary) */
class="text-[#9dafce] bg-[#9dafce]"
/* SCSS */
$brand: #9dafce;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.808)
/* Android */
Color.parseColor("#9dafce")Accessibility — WCAG contrast
Aa
#9dafce on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafce on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue80.8%
CMYK percentages
Cyan23.8%
Magenta15.0%
Yellow0.0%
Key (black)19.2%
Color previews
#9dafce text on a black background
contrast 9.46:1
Card sample
#9dafce text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafce;
Background color
Panel with #9dafce background
background-color: #9dafce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafce; background: linear-gradient(135deg, #9dafce, #AC9DCE);