#9dafe7
a light, vivid blue · warm · closest name: steelblue
RGB
157, 175, 231
HSL
225°, 61%, 76%
CMYK
32, 24, 0, 9
Luminance
0.4360
Every format
| HEX | #9dafe7 |
| RGB | rgb(157, 175, 231) |
| HSL | hsl(225, 61%, 76%) |
| CMYK | cmyk(32%, 24%, 0%, 9%) |
| LAB | lab(72.0 6.7 -30.1) |
| LCH | lch(72.0 30.8 282.5) |
| OKLCH | oklch(0.761 0.083 270.6) |
Copy-ready code
/* CSS */
color: #9dafe7;
background-color: #9dafe7;
/* Tailwind (arbitrary) */
class="text-[#9dafe7] bg-[#9dafe7]"
/* SCSS */
$brand: #9dafe7;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.906)
/* Android */
Color.parseColor("#9dafe7")Accessibility — WCAG contrast
Aa
#9dafe7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafe7 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue90.6%
CMYK percentages
Cyan32.0%
Magenta24.2%
Yellow0.0%
Key (black)9.4%
Color previews
#9dafe7 text on a black background
contrast 9.72:1
Card sample
#9dafe7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafe7;
Background color
Panel with #9dafe7 background
background-color: #9dafe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafe7; background: linear-gradient(135deg, #9dafe7, #BC9DE7);