#96abfd
a light, electric blue · warm · closest name: dodgerblue
RGB
150, 171, 253
HSL
228°, 96%, 79%
CMYK
41, 32, 0, 1
Luminance
0.4270
Every format
| HEX | #96abfd |
| RGB | rgb(150, 171, 253) |
| HSL | hsl(228, 96%, 79%) |
| CMYK | cmyk(41%, 32%, 0%, 1%) |
| LAB | lab(71.3 12.8 -43.0) |
| LCH | lch(71.3 44.9 286.6) |
| OKLCH | oklch(0.758 0.121 272.3) |
Copy-ready code
/* CSS */
color: #96abfd;
background-color: #96abfd;
/* Tailwind (arbitrary) */
class="text-[#96abfd] bg-[#96abfd]"
/* SCSS */
$brand: #96abfd;
/* SwiftUI */
Color(red: 0.588, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#96abfd")Accessibility — WCAG contrast
Aa
#96abfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96abfd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.1%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#96abfd text on a black background
contrast 9.54:1
Card sample
#96abfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96abfd;
Background color
Panel with #96abfd background
background-color: #96abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96abfd; background: linear-gradient(135deg, #96abfd, #C696FD);