#9daffe
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 175, 254
HSL
229°, 98%, 81%
CMYK
38, 31, 0, 0
Luminance
0.4498
Every format
| HEX | #9daffe |
| RGB | rgb(157, 175, 254) |
| HSL | hsl(229, 98%, 81%) |
| CMYK | cmyk(38%, 31%, 0%, 0%) |
| LAB | lab(72.9 12.6 -41.1) |
| LCH | lch(72.9 43.0 287.1) |
| OKLCH | oklch(0.771 0.115 273.6) |
Copy-ready code
/* CSS */
color: #9daffe;
background-color: #9daffe;
/* Tailwind (arbitrary) */
class="text-[#9daffe] bg-[#9daffe]"
/* SCSS */
$brand: #9daffe;
/* SwiftUI */
Color(red: 0.616, green: 0.686, blue: 0.996)
/* Android */
Color.parseColor("#9daffe")Accessibility — WCAG contrast
Aa
#9daffe on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9daffe on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green68.6%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta31.1%
Yellow0.0%
Key (black)0.4%
Color previews
#9daffe text on a black background
contrast 10.00:1
Card sample
#9daffe text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9daffe;
Background color
Panel with #9daffe background
background-color: #9daffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9daffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 175, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 175, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9daffe; background: linear-gradient(135deg, #9daffe, #CC9DFE);