#91a7b2
a balanced, soft blue · cool · closest name: silver
RGB
145, 167, 178
HSL
200°, 18%, 63%
CMYK
19, 6, 0, 30
Luminance
0.3687
Every format
| HEX | #91a7b2 |
| RGB | rgb(145, 167, 178) |
| HSL | hsl(200, 18%, 63%) |
| CMYK | cmyk(19%, 6%, 0%, 30%) |
| LAB | lab(67.2 -5.2 -8.2) |
| LCH | lch(67.2 9.8 237.5) |
| OKLCH | oklch(0.715 0.029 229.4) |
Copy-ready code
/* CSS */
color: #91a7b2;
background-color: #91a7b2;
/* Tailwind (arbitrary) */
class="text-[#91a7b2] bg-[#91a7b2]"
/* SCSS */
$brand: #91a7b2;
/* SwiftUI */
Color(red: 0.569, green: 0.655, blue: 0.698)
/* Android */
Color.parseColor("#91a7b2")Accessibility — WCAG contrast
Aa
#91a7b2 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91a7b2 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green65.5%
Blue69.8%
CMYK percentages
Cyan18.5%
Magenta6.2%
Yellow0.0%
Key (black)30.2%
Color previews
#91a7b2 text on a black background
contrast 8.37:1
Card sample
#91a7b2 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91a7b2;
Background color
Panel with #91a7b2 background
background-color: #91a7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91a7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 167, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 167, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91a7b2; background: linear-gradient(135deg, #91a7b2, #9191B2);