#91bcaf
a light, soft cyan · cool · closest name: silver
RGB
145, 188, 175
HSL
162°, 24%, 65%
CMYK
23, 0, 7, 26
Luminance
0.4508
Every format
| HEX | #91bcaf |
| RGB | rgb(145, 188, 175) |
| HSL | hsl(162, 24%, 65%) |
| CMYK | cmyk(23%, 0%, 7%, 26%) |
| LAB | lab(72.9 -17.0 1.9) |
| LCH | lch(72.9 17.1 173.6) |
| OKLCH | oklch(0.760 0.050 174.5) |
Copy-ready code
/* CSS */
color: #91bcaf;
background-color: #91bcaf;
/* Tailwind (arbitrary) */
class="text-[#91bcaf] bg-[#91bcaf]"
/* SCSS */
$brand: #91bcaf;
/* SwiftUI */
Color(red: 0.569, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#91bcaf")Accessibility — WCAG contrast
Aa
#91bcaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91bcaf on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green73.7%
Blue68.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#91bcaf text on a black background
contrast 10.02:1
Card sample
#91bcaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91bcaf;
Background color
Panel with #91bcaf background
background-color: #91bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91bcaf; background: linear-gradient(135deg, #91bcaf, #91ACBC);