#93b686
a balanced, soft green · cool · closest name: tan
RGB
147, 182, 134
HSL
104°, 25%, 62%
CMYK
19, 0, 26, 29
Luminance
0.4138
Every format
| HEX | #93b686 |
| RGB | rgb(147, 182, 134) |
| HSL | hsl(104, 25%, 62%) |
| CMYK | cmyk(19%, 0%, 26%, 29%) |
| LAB | lab(70.4 -20.9 20.7) |
| LCH | lch(70.4 29.4 135.4) |
| OKLCH | oklch(0.738 0.077 137.3) |
Copy-ready code
/* CSS */
color: #93b686;
background-color: #93b686;
/* Tailwind (arbitrary) */
class="text-[#93b686] bg-[#93b686]"
/* SCSS */
$brand: #93b686;
/* SwiftUI */
Color(red: 0.576, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#93b686")Accessibility — WCAG contrast
Aa
#93b686 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93b686 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green71.4%
Blue52.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#93b686 text on a black background
contrast 9.28:1
Card sample
#93b686 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93b686;
Background color
Panel with #93b686 background
background-color: #93b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93b686; background: linear-gradient(135deg, #93b686, #86B699);