#91afd4
a light, soft blue · cool · closest name: skyblue
RGB
145, 175, 212
HSL
213°, 44%, 70%
CMYK
32, 18, 0, 17
Luminance
0.4143
Every format
| HEX | #91afd4 |
| RGB | rgb(145, 175, 212) |
| HSL | hsl(213, 44%, 70%) |
| CMYK | cmyk(32%, 18%, 0%, 17%) |
| LAB | lab(70.5 -1.6 -22.0) |
| LCH | lch(70.5 22.1 266.0) |
| OKLCH | oklch(0.745 0.063 253.9) |
Copy-ready code
/* CSS */
color: #91afd4;
background-color: #91afd4;
/* Tailwind (arbitrary) */
class="text-[#91afd4] bg-[#91afd4]"
/* SCSS */
$brand: #91afd4;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#91afd4")Accessibility — WCAG contrast
Aa
#91afd4 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91afd4 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue83.1%
CMYK percentages
Cyan31.6%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#91afd4 text on a black background
contrast 9.29:1
Card sample
#91afd4 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91afd4;
Background color
Panel with #91afd4 background
background-color: #91afd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91afd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91afd4; background: linear-gradient(135deg, #91afd4, #A091D4);