#91cfad
a light, soft green · cool · closest name: turquoise
RGB
145, 207, 173
HSL
147°, 39%, 69%
CMYK
30, 0, 16, 19
Luminance
0.5366
Every format
| HEX | #91cfad |
| RGB | rgb(145, 207, 173) |
| HSL | hsl(147, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 16%, 19%) |
| LAB | lab(78.3 -26.9 10.6) |
| LCH | lch(78.3 28.9 158.4) |
| OKLCH | oklch(0.803 0.080 159.9) |
Copy-ready code
/* CSS */
color: #91cfad;
background-color: #91cfad;
/* Tailwind (arbitrary) */
class="text-[#91cfad] bg-[#91cfad]"
/* SCSS */
$brand: #91cfad;
/* SwiftUI */
Color(red: 0.569, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#91cfad")Accessibility — WCAG contrast
Aa
#91cfad on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cfad on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green81.2%
Blue67.8%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#91cfad text on a black background
contrast 11.73:1
Card sample
#91cfad text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cfad;
Background color
Panel with #91cfad background
background-color: #91cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cfad; background: linear-gradient(135deg, #91cfad, #91C8CF);