#9dafeb
a light, vivid blue · warm · closest name: steelblue
RGB
157, 175, 235
HSL
226°, 66%, 77%
CMYK
33, 26, 0, 8
Luminance
0.4383
Every format
| HEX | #9dafeb |
| RGB | rgb(157, 175, 235) |
| HSL | hsl(226, 66%, 77%) |
| CMYK | cmyk(33%, 26%, 0%, 8%) |
| LAB | lab(72.1 7.7 -32.0) |
| LCH | lch(72.1 32.9 283.4) |
| OKLCH | oklch(0.762 0.089 271.3) |
Copy-ready code
/* CSS */
color: #9dafeb;
background-color: #9dafeb;
/* Tailwind (arbitrary) */
class="text-[#9dafeb] bg-[#9dafeb]"
/* SCSS */
$brand: #9dafeb;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#9dafeb")Accessibility — WCAG contrast
Aa
#9dafeb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dafeb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan33.2%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9dafeb text on a black background
contrast 9.77:1
Card sample
#9dafeb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dafeb;
Background color
Panel with #9dafeb background
background-color: #9dafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dafeb; background: linear-gradient(135deg, #9dafeb, #BF9DEB);