#9dafe1
a light, vivid blue · cool · closest name: steelblue
RGB
157, 175, 225
HSL
224°, 53%, 75%
CMYK
30, 22, 0, 12
Luminance
0.4326
Every format
| HEX | #9dafe1 |
| RGB | rgb(157, 175, 225) |
| HSL | hsl(224, 53%, 75%) |
| CMYK | cmyk(30%, 22%, 0%, 12%) |
| LAB | lab(71.7 5.2 -27.2) |
| LCH | lch(71.7 27.6 280.7) |
| OKLCH | oklch(0.758 0.075 269.2) |
Copy-ready code
/* CSS */
color: #9dafe1;
background-color: #9dafe1;
/* Tailwind (arbitrary) */
class="text-[#9dafe1] bg-[#9dafe1]"
/* SCSS */
$brand: #9dafe1;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.882)
/* Android */
Color.parseColor("#9dafe1")Accessibility — WCAG contrast
Aa
#9dafe1 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafe1 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue88.2%
CMYK percentages
Cyan30.2%
Magenta22.2%
Yellow0.0%
Key (black)11.8%
Color previews
#9dafe1 text on a black background
contrast 9.65:1
Card sample
#9dafe1 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafe1;
Background color
Panel with #9dafe1 background
background-color: #9dafe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafe1; background: linear-gradient(135deg, #9dafe1, #B89DE1);