#91ceaf
a light, soft green · cool · closest name: turquoise
RGB
145, 206, 175
HSL
150°, 38%, 69%
CMYK
30, 0, 15, 19
Luminance
0.5326
Every format
| HEX | #91ceaf |
| RGB | rgb(145, 206, 175) |
| HSL | hsl(150, 38%, 69%) |
| CMYK | cmyk(30%, 0%, 15%, 19%) |
| LAB | lab(78.0 -26.0 9.2) |
| LCH | lch(78.0 27.6 160.5) |
| OKLCH | oklch(0.801 0.077 161.9) |
Copy-ready code
/* CSS */
color: #91ceaf;
background-color: #91ceaf;
/* Tailwind (arbitrary) */
class="text-[#91ceaf] bg-[#91ceaf]"
/* SCSS */
$brand: #91ceaf;
/* SwiftUI */
Color(red: 0.569, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#91ceaf")Accessibility — WCAG contrast
Aa
#91ceaf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ceaf on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green80.8%
Blue68.6%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#91ceaf text on a black background
contrast 11.65:1
Card sample
#91ceaf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ceaf;
Background color
Panel with #91ceaf background
background-color: #91ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ceaf; background: linear-gradient(135deg, #91ceaf, #91C4CE);