#9badcf
a light, soft blue · cool · closest name: skyblue
RGB
155, 173, 207
HSL
219°, 35%, 71%
CMYK
25, 16, 0, 19
Luminance
0.4136
Every format
| HEX | #9badcf |
| RGB | rgb(155, 173, 207) |
| HSL | hsl(219, 35%, 71%) |
| CMYK | cmyk(25%, 16%, 0%, 19%) |
| LAB | lab(70.4 1.3 -19.3) |
| LCH | lch(70.4 19.4 273.8) |
| OKLCH | oklch(0.745 0.053 263.1) |
Copy-ready code
/* CSS */
color: #9badcf;
background-color: #9badcf;
/* Tailwind (arbitrary) */
class="text-[#9badcf] bg-[#9badcf]"
/* SCSS */
$brand: #9badcf;
/* SwiftUI */
Color(red: 0.608, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#9badcf")Accessibility — WCAG contrast
Aa
#9badcf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9badcf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.8%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9badcf text on a black background
contrast 9.27:1
Card sample
#9badcf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9badcf;
Background color
Panel with #9badcf background
background-color: #9badcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9badcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9badcf; background: linear-gradient(135deg, #9badcf, #AC9BCF);