#91afee
a light, vivid blue · cool · closest name: steelblue
RGB
145, 175, 238
HSL
221°, 73%, 75%
CMYK
39, 27, 0, 7
Luminance
0.4285
Every format
| HEX | #91afee |
| RGB | rgb(145, 175, 238) |
| HSL | hsl(221, 73%, 75%) |
| CMYK | cmyk(39%, 27%, 0%, 7%) |
| LAB | lab(71.5 5.2 -34.7) |
| LCH | lch(71.5 35.1 278.5) |
| OKLCH | oklch(0.755 0.097 264.6) |
Copy-ready code
/* CSS */
color: #91afee;
background-color: #91afee;
/* Tailwind (arbitrary) */
class="text-[#91afee] bg-[#91afee]"
/* SCSS */
$brand: #91afee;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#91afee")Accessibility — WCAG contrast
Aa
#91afee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91afee on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan39.1%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#91afee text on a black background
contrast 9.57:1
Card sample
#91afee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91afee;
Background color
Panel with #91afee background
background-color: #91afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91afee; background: linear-gradient(135deg, #91afee, #B191EE);