#2f533d
a dark, soft green · cool · closest name: darkslategray
RGB
47, 83, 61
HSL
143°, 28%, 26%
CMYK
43, 0, 27, 68
Luminance
0.0713
Every format
| HEX | #2f533d |
| RGB | rgb(47, 83, 61) |
| HSL | hsl(143, 28%, 26%) |
| CMYK | cmyk(43%, 0%, 27%, 68%) |
| LAB | lab(32.1 -18.6 8.9) |
| LCH | lch(32.1 20.6 154.5) |
| OKLCH | oklch(0.408 0.056 156.1) |
Copy-ready code
/* CSS */
color: #2f533d;
background-color: #2f533d;
/* Tailwind (arbitrary) */
class="text-[#2f533d] bg-[#2f533d]"
/* SCSS */
$brand: #2f533d;
/* SwiftUI */
Color(red: 0.184, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#2f533d")Accessibility — WCAG contrast
Aa
#2f533d on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f533d on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green32.5%
Blue23.9%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow26.5%
Key (black)67.5%
Color previews
#2f533d text on a black background
contrast 2.43:1
Card sample
#2f533d text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f533d;
Background color
Panel with #2f533d background
background-color: #2f533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f533d; background: linear-gradient(135deg, #2f533d, #2F5153);