#91adfd
a light, electric blue · cool · closest name: dodgerblue
RGB
145, 173, 253
HSL
224°, 96%, 78%
CMYK
43, 32, 0, 1
Luminance
0.4300
Every format
| HEX | #91adfd |
| RGB | rgb(145, 173, 253) |
| HSL | hsl(224, 96%, 78%) |
| CMYK | cmyk(43%, 32%, 0%, 1%) |
| LAB | lab(71.5 10.4 -42.7) |
| LCH | lch(71.5 44.0 283.7) |
| OKLCH | oklch(0.758 0.120 268.7) |
Copy-ready code
/* CSS */
color: #91adfd;
background-color: #91adfd;
/* Tailwind (arbitrary) */
class="text-[#91adfd] bg-[#91adfd]"
/* SCSS */
$brand: #91adfd;
/* SwiftUI */
Color(red: 0.569, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#91adfd")Accessibility — WCAG contrast
Aa
#91adfd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91adfd on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.8%
Blue99.2%
CMYK percentages
Cyan42.7%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#91adfd text on a black background
contrast 9.60:1
Card sample
#91adfd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91adfd;
Background color
Panel with #91adfd background
background-color: #91adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91adfd; background: linear-gradient(135deg, #91adfd, #BD91FD);