#9dbace
a light, soft blue · cool · closest name: skyblue
RGB
157, 186, 206
HSL
205°, 33%, 71%
CMYK
24, 10, 0, 19
Luminance
0.4674
Every format
| HEX | #9dbace |
| RGB | rgb(157, 186, 206) |
| HSL | hsl(205, 33%, 71%) |
| CMYK | cmyk(24%, 10%, 0%, 19%) |
| LAB | lab(74.0 -5.4 -13.3) |
| LCH | lch(74.0 14.4 248.0) |
| OKLCH | oklch(0.774 0.043 238.2) |
Copy-ready code
/* CSS */
color: #9dbace;
background-color: #9dbace;
/* Tailwind (arbitrary) */
class="text-[#9dbace] bg-[#9dbace]"
/* SCSS */
$brand: #9dbace;
/* SwiftUI */
Color(red: 0.616, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#9dbace")Accessibility — WCAG contrast
Aa
#9dbace on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbace on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan23.8%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#9dbace text on a black background
contrast 10.35:1
Card sample
#9dbace text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbace;
Background color
Panel with #9dbace background
background-color: #9dbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbace; background: linear-gradient(135deg, #9dbace, #A19DCE);