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