#91cfbf
a light, soft cyan · cool · closest name: turquoise
RGB
145, 207, 191
HSL
165°, 39%, 69%
CMYK
30, 0, 8, 19
Luminance
0.5441
Every format
| HEX | #91cfbf |
| RGB | rgb(145, 207, 191) |
| HSL | hsl(165, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 8%, 19%) |
| LAB | lab(78.7 -23.2 1.6) |
| LCH | lch(78.7 23.2 176.0) |
| OKLCH | oklch(0.808 0.067 176.7) |
Copy-ready code
/* CSS */
color: #91cfbf;
background-color: #91cfbf;
/* Tailwind (arbitrary) */
class="text-[#91cfbf] bg-[#91cfbf]"
/* SCSS */
$brand: #91cfbf;
/* SwiftUI */
Color(red: 0.569, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#91cfbf")Accessibility — WCAG contrast
Aa
#91cfbf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91cfbf on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green81.2%
Blue74.9%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow7.7%
Key (black)18.8%
Color previews
#91cfbf text on a black background
contrast 11.88:1
Card sample
#91cfbf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91cfbf;
Background color
Panel with #91cfbf background
background-color: #91cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91cfbf; background: linear-gradient(135deg, #91cfbf, #91B6CF);