#9da2cf
a light, soft blue · warm · closest name: steelblue
RGB
157, 162, 207
HSL
234°, 34%, 71%
CMYK
24, 22, 0, 19
Luminance
0.3751
Every format
| HEX | #9da2cf |
| RGB | rgb(157, 162, 207) |
| HSL | hsl(234, 34%, 71%) |
| CMYK | cmyk(24%, 22%, 0%, 19%) |
| LAB | lab(67.7 8.0 -23.5) |
| LCH | lch(67.7 24.8 288.8) |
| OKLCH | oklch(0.724 0.066 279.7) |
Copy-ready code
/* CSS */
color: #9da2cf;
background-color: #9da2cf;
/* Tailwind (arbitrary) */
class="text-[#9da2cf] bg-[#9da2cf]"
/* SCSS */
$brand: #9da2cf;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#9da2cf")Accessibility — WCAG contrast
Aa
#9da2cf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da2cf on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue81.2%
CMYK percentages
Cyan24.2%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#9da2cf text on a black background
contrast 8.50:1
Card sample
#9da2cf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da2cf;
Background color
Panel with #9da2cf background
background-color: #9da2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da2cf; background: linear-gradient(135deg, #9da2cf, #B99DCF);