#9dafe5
a light, vivid blue · warm · closest name: steelblue
RGB
157, 175, 229
HSL
225°, 58%, 76%
CMYK
31, 24, 0, 10
Luminance
0.4349
Every format
| HEX | #9dafe5 |
| RGB | rgb(157, 175, 229) |
| HSL | hsl(225, 58%, 76%) |
| CMYK | cmyk(31%, 24%, 0%, 10%) |
| LAB | lab(71.9 6.1 -29.1) |
| LCH | lch(71.9 29.8 281.9) |
| OKLCH | oklch(0.760 0.081 270.1) |
Copy-ready code
/* CSS */
color: #9dafe5;
background-color: #9dafe5;
/* Tailwind (arbitrary) */
class="text-[#9dafe5] bg-[#9dafe5]"
/* SCSS */
$brand: #9dafe5;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.898)
/* Android */
Color.parseColor("#9dafe5")Accessibility — WCAG contrast
Aa
#9dafe5 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafe5 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue89.8%
CMYK percentages
Cyan31.4%
Magenta23.6%
Yellow0.0%
Key (black)10.2%
Color previews
#9dafe5 text on a black background
contrast 9.70:1
Card sample
#9dafe5 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafe5;
Background color
Panel with #9dafe5 background
background-color: #9dafe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafe5; background: linear-gradient(135deg, #9dafe5, #BB9DE5);