#91abdf
a light, vivid blue · cool · closest name: steelblue
RGB
145, 171, 223
HSL
220°, 55%, 72%
CMYK
35, 23, 0, 13
Luminance
0.4047
Every format
| HEX | #91abdf |
| RGB | rgb(145, 171, 223) |
| HSL | hsl(220, 55%, 72%) |
| CMYK | cmyk(35%, 23%, 0%, 13%) |
| LAB | lab(69.8 3.5 -29.1) |
| LCH | lch(69.8 29.3 276.8) |
| OKLCH | oklch(0.741 0.081 263.9) |
Copy-ready code
/* CSS */
color: #91abdf;
background-color: #91abdf;
/* Tailwind (arbitrary) */
class="text-[#91abdf] bg-[#91abdf]"
/* SCSS */
$brand: #91abdf;
/* SwiftUI */
Color(red: 0.569, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#91abdf")Accessibility — WCAG contrast
Aa
#91abdf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91abdf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#91abdf text on a black background
contrast 9.09:1
Card sample
#91abdf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91abdf;
Background color
Panel with #91abdf background
background-color: #91abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91abdf; background: linear-gradient(135deg, #91abdf, #AB91DF);