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