#91c68c
a light, soft green · cool · closest name: seagreen
RGB
145, 198, 140
HSL
115°, 34%, 66%
CMYK
27, 0, 29, 22
Luminance
0.4830
Every format
| HEX | #91c68c |
| RGB | rgb(145, 198, 140) |
| HSL | hsl(115, 34%, 66%) |
| CMYK | cmyk(27%, 0%, 29%, 22%) |
| LAB | lab(75.0 -28.5 23.7) |
| LCH | lch(75.0 37.1 140.3) |
| OKLCH | oklch(0.774 0.098 142.5) |
Copy-ready code
/* CSS */
color: #91c68c;
background-color: #91c68c;
/* Tailwind (arbitrary) */
class="text-[#91c68c] bg-[#91c68c]"
/* SCSS */
$brand: #91c68c;
/* SwiftUI */
Color(red: 0.569, green: 0.776, blue: 0.549)
/* Android */
Color.parseColor("#91c68c")Accessibility — WCAG contrast
Aa
#91c68c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91c68c on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green77.6%
Blue54.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow29.3%
Key (black)22.4%
Color previews
#91c68c text on a black background
contrast 10.66:1
Card sample
#91c68c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91c68c;
Background color
Panel with #91c68c background
background-color: #91c68c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91c68c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 198, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 198, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91c68c; background: linear-gradient(135deg, #91c68c, #8CC6AE);