#91abfd
a light, electric blue · warm · closest name: dodgerblue
RGB
145, 171, 253
HSL
226°, 96%, 78%
CMYK
43, 32, 0, 1
Luminance
0.4224
Every format
| HEX | #91abfd |
| RGB | rgb(145, 171, 253) |
| HSL | hsl(226, 96%, 78%) |
| CMYK | cmyk(43%, 32%, 0%, 1%) |
| LAB | lab(71.0 11.5 -43.5) |
| LCH | lch(71.0 45.0 284.8) |
| OKLCH | oklch(0.754 0.122 269.9) |
Copy-ready code
/* CSS */
color: #91abfd;
background-color: #91abfd;
/* Tailwind (arbitrary) */
class="text-[#91abfd] bg-[#91abfd]"
/* SCSS */
$brand: #91abfd;
/* SwiftUI */
Color(red: 0.569, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#91abfd")Accessibility — WCAG contrast
Aa
#91abfd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91abfd on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.1%
Blue99.2%
CMYK percentages
Cyan42.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#91abfd text on a black background
contrast 9.45:1
Card sample
#91abfd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91abfd;
Background color
Panel with #91abfd background
background-color: #91abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91abfd; background: linear-gradient(135deg, #91abfd, #BF91FD);