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