#91affc
a light, electric blue · cool · closest name: steelblue
RGB
145, 175, 252
HSL
223°, 95%, 78%
CMYK
43, 31, 0, 1
Luminance
0.4371
Every format
| HEX | #91affc |
| RGB | rgb(145, 175, 252) |
| HSL | hsl(223, 95%, 78%) |
| CMYK | cmyk(43%, 31%, 0%, 1%) |
| LAB | lab(72.0 9.0 -41.4) |
| LCH | lch(72.0 42.4 282.3) |
| OKLCH | oklch(0.762 0.116 267.4) |
Copy-ready code
/* CSS */
color: #91affc;
background-color: #91affc;
/* Tailwind (arbitrary) */
class="text-[#91affc] bg-[#91affc]"
/* SCSS */
$brand: #91affc;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#91affc")Accessibility — WCAG contrast
Aa
#91affc on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91affc on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue98.8%
CMYK percentages
Cyan42.5%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#91affc text on a black background
contrast 9.74:1
Card sample
#91affc text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91affc;
Background color
Panel with #91affc background
background-color: #91affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91affc; background: linear-gradient(135deg, #91affc, #BA91FC);