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