#91a2b2
a balanced, soft blue · cool · closest name: silver
RGB
145, 162, 178
HSL
209°, 18%, 63%
CMYK
19, 9, 0, 30
Luminance
0.3507
Every format
| HEX | #91a2b2 |
| RGB | rgb(145, 162, 178) |
| HSL | hsl(209, 18%, 63%) |
| CMYK | cmyk(19%, 9%, 0%, 30%) |
| LAB | lab(65.8 -2.5 -10.3) |
| LCH | lch(65.8 10.6 256.3) |
| OKLCH | oklch(0.704 0.030 246.6) |
Copy-ready code
/* CSS */
color: #91a2b2;
background-color: #91a2b2;
/* Tailwind (arbitrary) */
class="text-[#91a2b2] bg-[#91a2b2]"
/* SCSS */
$brand: #91a2b2;
/* SwiftUI */
Color(red: 0.569, green: 0.635, blue: 0.698)
/* Android */
Color.parseColor("#91a2b2")Accessibility — WCAG contrast
Aa
#91a2b2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91a2b2 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green63.5%
Blue69.8%
CMYK percentages
Cyan18.5%
Magenta9.0%
Yellow0.0%
Key (black)30.2%
Color previews
#91a2b2 text on a black background
contrast 8.01:1
Card sample
#91a2b2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91a2b2;
Background color
Panel with #91a2b2 background
background-color: #91a2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91a2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 162, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 162, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91a2b2; background: linear-gradient(135deg, #91a2b2, #9691B2);