#91bafd
a light, electric blue · cool · closest name: steelblue
RGB
145, 186, 253
HSL
217°, 96%, 78%
CMYK
43, 27, 0, 1
Luminance
0.4823
Every format
| HEX | #91bafd |
| RGB | rgb(145, 186, 253) |
| HSL | hsl(217, 96%, 78%) |
| CMYK | cmyk(43%, 27%, 0%, 1%) |
| LAB | lab(75.0 3.2 -37.4) |
| LCH | lch(75.0 37.5 274.8) |
| OKLCH | oklch(0.785 0.106 260.0) |
Copy-ready code
/* CSS */
color: #91bafd;
background-color: #91bafd;
/* Tailwind (arbitrary) */
class="text-[#91bafd] bg-[#91bafd]"
/* SCSS */
$brand: #91bafd;
/* SwiftUI */
Color(red: 0.569, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#91bafd")Accessibility — WCAG contrast
Aa
#91bafd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91bafd on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan42.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#91bafd text on a black background
contrast 10.65:1
Card sample
#91bafd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91bafd;
Background color
Panel with #91bafd background
background-color: #91bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91bafd; background: linear-gradient(135deg, #91bafd, #B091FD);