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