#91cbaf
a light, soft green · cool · closest name: turquoise
RGB
145, 203, 175
HSL
151°, 36%, 68%
CMYK
29, 0, 14, 20
Luminance
0.5183
Every format
| HEX | #91cbaf |
| RGB | rgb(145, 203, 175) |
| HSL | hsl(151, 36%, 68%) |
| CMYK | cmyk(29%, 0%, 14%, 20%) |
| LAB | lab(77.2 -24.5 8.0) |
| LCH | lch(77.2 25.8 161.9) |
| OKLCH | oklch(0.794 0.072 163.3) |
Copy-ready code
/* CSS */
color: #91cbaf;
background-color: #91cbaf;
/* Tailwind (arbitrary) */
class="text-[#91cbaf] bg-[#91cbaf]"
/* SCSS */
$brand: #91cbaf;
/* SwiftUI */
Color(red: 0.569, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#91cbaf")Accessibility — WCAG contrast
Aa
#91cbaf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cbaf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#91cbaf text on a black background
contrast 11.37:1
Card sample
#91cbaf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cbaf;
Background color
Panel with #91cbaf background
background-color: #91cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cbaf; background: linear-gradient(135deg, #91cbaf, #91C0CB);