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