#9dafe9
a light, vivid blue · warm · closest name: steelblue
RGB
157, 175, 233
HSL
226°, 63%, 77%
CMYK
33, 25, 0, 9
Luminance
0.4371
Every format
| HEX | #9dafe9 |
| RGB | rgb(157, 175, 233) |
| HSL | hsl(226, 63%, 77%) |
| CMYK | cmyk(33%, 25%, 0%, 9%) |
| LAB | lab(72.0 7.2 -31.1) |
| LCH | lch(72.0 31.9 283.0) |
| OKLCH | oklch(0.761 0.086 270.9) |
Copy-ready code
/* CSS */
color: #9dafe9;
background-color: #9dafe9;
/* Tailwind (arbitrary) */
class="text-[#9dafe9] bg-[#9dafe9]"
/* SCSS */
$brand: #9dafe9;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.914)
/* Android */
Color.parseColor("#9dafe9")Accessibility — WCAG contrast
Aa
#9dafe9 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafe9 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue91.4%
CMYK percentages
Cyan32.6%
Magenta24.9%
Yellow0.0%
Key (black)8.6%
Color previews
#9dafe9 text on a black background
contrast 9.74:1
Card sample
#9dafe9 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafe9;
Background color
Panel with #9dafe9 background
background-color: #9dafe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafe9; background: linear-gradient(135deg, #9dafe9, #BE9DE9);