#91afec
a light, vivid blue · cool · closest name: steelblue
RGB
145, 175, 236
HSL
220°, 71%, 75%
CMYK
39, 26, 0, 8
Luminance
0.4274
Every format
| HEX | #91afec |
| RGB | rgb(145, 175, 236) |
| HSL | hsl(220, 71%, 75%) |
| CMYK | cmyk(39%, 26%, 0%, 8%) |
| LAB | lab(71.4 4.7 -33.8) |
| LCH | lch(71.4 34.1 277.9) |
| OKLCH | oklch(0.755 0.095 264.0) |
Copy-ready code
/* CSS */
color: #91afec;
background-color: #91afec;
/* Tailwind (arbitrary) */
class="text-[#91afec] bg-[#91afec]"
/* SCSS */
$brand: #91afec;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#91afec")Accessibility — WCAG contrast
Aa
#91afec on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91afec on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue92.5%
CMYK percentages
Cyan38.6%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#91afec text on a black background
contrast 9.55:1
Card sample
#91afec text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91afec;
Background color
Panel with #91afec background
background-color: #91afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91afec; background: linear-gradient(135deg, #91afec, #B091EC);