#91adbb
a light, soft blue · cool · closest name: silver
RGB
145, 173, 187
HSL
200°, 24%, 65%
CMYK
23, 8, 0, 27
Luminance
0.3949
Every format
| HEX | #91adbb |
| RGB | rgb(145, 173, 187) |
| HSL | hsl(200, 24%, 65%) |
| CMYK | cmyk(23%, 8%, 0%, 27%) |
| LAB | lab(69.1 -6.5 -10.3) |
| LCH | lch(69.1 12.2 238.0) |
| OKLCH | oklch(0.731 0.037 229.5) |
Copy-ready code
/* CSS */
color: #91adbb;
background-color: #91adbb;
/* Tailwind (arbitrary) */
class="text-[#91adbb] bg-[#91adbb]"
/* SCSS */
$brand: #91adbb;
/* SwiftUI */
Color(red: 0.569, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#91adbb")Accessibility — WCAG contrast
Aa
#91adbb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91adbb on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.8%
Blue73.3%
CMYK percentages
Cyan22.5%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#91adbb text on a black background
contrast 8.90:1
Card sample
#91adbb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91adbb;
Background color
Panel with #91adbb background
background-color: #91adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91adbb; background: linear-gradient(135deg, #91adbb, #9191BB);