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