#91afdf
a light, vivid blue · cool · closest name: skyblue
RGB
145, 175, 223
HSL
217°, 55%, 72%
CMYK
35, 22, 0, 13
Luminance
0.4201
Every format
| HEX | #91afdf |
| RGB | rgb(145, 175, 223) |
| HSL | hsl(217, 55%, 72%) |
| CMYK | cmyk(35%, 22%, 0%, 13%) |
| LAB | lab(70.9 1.2 -27.5) |
| LCH | lch(70.9 27.5 272.6) |
| OKLCH | oklch(0.749 0.077 259.7) |
Copy-ready code
/* CSS */
color: #91afdf;
background-color: #91afdf;
/* Tailwind (arbitrary) */
class="text-[#91afdf] bg-[#91afdf]"
/* SCSS */
$brand: #91afdf;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#91afdf")Accessibility — WCAG contrast
Aa
#91afdf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91afdf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#91afdf text on a black background
contrast 9.40:1
Card sample
#91afdf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91afdf;
Background color
Panel with #91afdf background
background-color: #91afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91afdf; background: linear-gradient(135deg, #91afdf, #A791DF);