#91ccaf
a light, soft green · cool · closest name: turquoise
RGB
145, 204, 175
HSL
151°, 37%, 68%
CMYK
29, 0, 14, 20
Luminance
0.5230
Every format
| HEX | #91ccaf |
| RGB | rgb(145, 204, 175) |
| HSL | hsl(151, 37%, 68%) |
| CMYK | cmyk(29%, 0%, 14%, 20%) |
| LAB | lab(77.5 -25.0 8.4) |
| LCH | lch(77.5 26.4 161.4) |
| OKLCH | oklch(0.797 0.074 162.8) |
Copy-ready code
/* CSS */
color: #91ccaf;
background-color: #91ccaf;
/* Tailwind (arbitrary) */
class="text-[#91ccaf] bg-[#91ccaf]"
/* SCSS */
$brand: #91ccaf;
/* SwiftUI */
Color(red: 0.569, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#91ccaf")Accessibility — WCAG contrast
Aa
#91ccaf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ccaf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green80.0%
Blue68.6%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#91ccaf text on a black background
contrast 11.46:1
Card sample
#91ccaf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ccaf;
Background color
Panel with #91ccaf background
background-color: #91ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ccaf; background: linear-gradient(135deg, #91ccaf, #91C2CC);