#91a2eb
a light, vivid blue · warm · closest name: steelblue
RGB
145, 162, 235
HSL
229°, 69%, 75%
CMYK
38, 31, 0, 8
Luminance
0.3786
Every format
| HEX | #91a2eb |
| RGB | rgb(145, 162, 235) |
| HSL | hsl(229, 69%, 75%) |
| CMYK | cmyk(38%, 31%, 0%, 8%) |
| LAB | lab(67.9 11.7 -38.6) |
| LCH | lch(67.9 40.3 286.9) |
| OKLCH | oklch(0.728 0.108 273.4) |
Copy-ready code
/* CSS */
color: #91a2eb;
background-color: #91a2eb;
/* Tailwind (arbitrary) */
class="text-[#91a2eb] bg-[#91a2eb]"
/* SCSS */
$brand: #91a2eb;
/* SwiftUI */
Color(red: 0.569, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#91a2eb")Accessibility — WCAG contrast
Aa
#91a2eb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91a2eb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green63.5%
Blue92.2%
CMYK percentages
Cyan38.3%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#91a2eb text on a black background
contrast 8.57:1
Card sample
#91a2eb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91a2eb;
Background color
Panel with #91a2eb background
background-color: #91a2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91a2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91a2eb; background: linear-gradient(135deg, #91a2eb, #BC91EB);