#96aefd
a light, electric blue · warm · closest name: dodgerblue
RGB
150, 174, 253
HSL
226°, 96%, 79%
CMYK
41, 31, 0, 1
Luminance
0.4385
Every format
| HEX | #96aefd |
| RGB | rgb(150, 174, 253) |
| HSL | hsl(226, 96%, 79%) |
| CMYK | cmyk(41%, 31%, 0%, 1%) |
| LAB | lab(72.1 11.1 -41.8) |
| LCH | lch(72.1 43.3 284.9) |
| OKLCH | oklch(0.764 0.117 270.5) |
Copy-ready code
/* CSS */
color: #96aefd;
background-color: #96aefd;
/* Tailwind (arbitrary) */
class="text-[#96aefd] bg-[#96aefd]"
/* SCSS */
$brand: #96aefd;
/* SwiftUI */
Color(red: 0.588, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#96aefd")Accessibility — WCAG contrast
Aa
#96aefd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96aefd on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green68.2%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#96aefd text on a black background
contrast 9.77:1
Card sample
#96aefd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96aefd;
Background color
Panel with #96aefd background
background-color: #96aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96aefd; background: linear-gradient(135deg, #96aefd, #C396FD);