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