#91af8c
a balanced, soft green · cool · closest name: silver
RGB
145, 175, 140
HSL
111°, 18%, 62%
CMYK
17, 0, 20, 31
Luminance
0.3857
Every format
| HEX | #91af8c |
| RGB | rgb(145, 175, 140) |
| HSL | hsl(111, 18%, 62%) |
| CMYK | cmyk(17%, 0%, 20%, 31%) |
| LAB | lab(68.4 -17.1 14.6) |
| LCH | lch(68.4 22.5 139.5) |
| OKLCH | oklch(0.722 0.060 141.1) |
Copy-ready code
/* CSS */
color: #91af8c;
background-color: #91af8c;
/* Tailwind (arbitrary) */
class="text-[#91af8c] bg-[#91af8c]"
/* SCSS */
$brand: #91af8c;
/* SwiftUI */
Color(red: 0.569, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#91af8c")Accessibility — WCAG contrast
Aa
#91af8c on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91af8c on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green68.6%
Blue54.9%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow20.0%
Key (black)31.4%
Color previews
#91af8c text on a black background
contrast 8.71:1
Card sample
#91af8c text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91af8c;
Background color
Panel with #91af8c background
background-color: #91af8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91af8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91af8c; background: linear-gradient(135deg, #91af8c, #8CAF9E);