#2b552f
a dark, soft green · cool · closest name: darkslategray
RGB
43, 85, 47
HSL
126°, 33%, 25%
CMYK
49, 0, 45, 67
Luminance
0.0722
Every format
| HEX | #2b552f |
| RGB | rgb(43, 85, 47) |
| HSL | hsl(126, 33%, 25%) |
| CMYK | cmyk(49%, 0%, 45%, 67%) |
| LAB | lab(32.3 -23.9 17.7) |
| LCH | lch(32.3 29.8 143.4) |
| OKLCH | oklch(0.408 0.078 146.0) |
Copy-ready code
/* CSS */
color: #2b552f;
background-color: #2b552f;
/* Tailwind (arbitrary) */
class="text-[#2b552f] bg-[#2b552f]"
/* SCSS */
$brand: #2b552f;
/* SwiftUI */
Color(red: 0.169, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#2b552f")Accessibility — WCAG contrast
Aa
#2b552f on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b552f on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green33.3%
Blue18.4%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow44.7%
Key (black)66.7%
Color previews
#2b552f text on a black background
contrast 2.44:1
Card sample
#2b552f text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b552f;
Background color
Panel with #2b552f background
background-color: #2b552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b552f; background: linear-gradient(135deg, #2b552f, #2B554B);