#9badcd
a light, soft blue · cool · closest name: skyblue
RGB
155, 173, 205
HSL
218°, 33%, 71%
CMYK
24, 16, 0, 20
Luminance
0.4126
Every format
| HEX | #9badcd |
| RGB | rgb(155, 173, 205) |
| HSL | hsl(218, 33%, 71%) |
| CMYK | cmyk(24%, 16%, 0%, 20%) |
| LAB | lab(70.4 0.8 -18.3) |
| LCH | lch(70.4 18.3 272.6) |
| OKLCH | oklch(0.745 0.051 261.9) |
Copy-ready code
/* CSS */
color: #9badcd;
background-color: #9badcd;
/* Tailwind (arbitrary) */
class="text-[#9badcd] bg-[#9badcd]"
/* SCSS */
$brand: #9badcd;
/* SwiftUI */
Color(red: 0.608, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#9badcd")Accessibility — WCAG contrast
Aa
#9badcd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9badcd on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.8%
Blue80.4%
CMYK percentages
Cyan24.4%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#9badcd text on a black background
contrast 9.25:1
Card sample
#9badcd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9badcd;
Background color
Panel with #9badcd background
background-color: #9badcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9badcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9badcd; background: linear-gradient(135deg, #9badcd, #AA9BCD);