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