#2a552b
a deep, soft green · cool · closest name: Dark Green
At a glance
Every number on this page in one read: what #2a552b is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #2a552b |
| RGB | rgb(42, 85, 43) |
| HSL | hsl(121, 34%, 25%) |
| CMYK | cmyk(51%, 0%, 49%, 67%) |
| LAB | lab(32.2 -24.9 19.9) |
| LCH | lch(32.2 31.9 141.3) |
| OKLCH | oklch(0.407 0.084 144.3) |
| Decimal | 2774315 |
| Display P3 | color(display-p3 0.165 0.333 0.169) |
Copy-ready code
/* CSS */
color: #2a552b;
background-color: #2a552b;
/* Tailwind (arbitrary) */
class="text-[#2a552b] bg-[#2a552b]"
/* SCSS */
$brand: #2a552b;
/* SwiftUI */
Color(red: 0.165, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#2a552b")
/* Flutter */
Color(0xFF2A552B)
/* Python / OpenCV (BGR) */
(43, 85, 42)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #2a552b is pinned to step 900; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F9F5;
--brand-100: #ECF4EC;
--brand-200: #D4E8D4;
--brand-300: #B4DAB5;
--brand-400: #8EC790;
--brand-500: #69B56B;
--brand-600: #51A453;
--brand-700: #438945;
--brand-800: #366D37;
--brand-900: #2a552b;
--brand-950: #1A321B;
--brand: #2a552b;
--brand-ink: #ffffff;
}Colors that work with #2a552b
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #2a552b
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Charts, tags and secondary surfaces
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text on black or near-black surfaces
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #552A54 | Directly opposite — maximum tension | |
| Analogous left | #3E552A | Neighbour, quieter | |
| Analogous right | #2A5540 | Neighbour, quieter | |
| Split-complement 1 | #402A55 | Contrast without the clash | |
| Split-complement 2 | #552A3E | Contrast without the clash | |
| Triadic 1 | #2B2A55 | Even thirds — balanced and loud | |
| Triadic 2 | #552B2A | Even thirds — balanced and loud | |
| Tetradic | #2A3E55 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#2a552b text on a black background
contrast 2.43:1
#2a552b text on a white background
contrast 8.63:1
CSS3 live lab
The quick brown fox
color: #2a552b;
background-color: #2a552b;
Glowing headline
text-shadow: 2px 2px 8px #2a552b;
Soft neon halo
text-shadow: 0 0 14px rgba(42, 85, 43, 0.45);
box-shadow: 0 12px 32px -8px rgba(42, 85, 43, 0.45);
border: 3px solid #2a552b; background: linear-gradient(135deg, #2a552b, #2A5548);
Monochromatic scale
Palettes built from #2a552b
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Hunter Green (#355e3b) — ΔE2000 3.9 away, with its history, psychology and brand usage.
#2a552b in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#2a552b, answered
What color is #2a552b?
#2a552b is a deep soft green, closest to Dark Green (ΔE2000 10). It sits at 121° on the hue wheel with 34% saturation and 25% lightness, which reads as cool.
What is the RGB value of #2a552b?
rgb(42, 85, 43) — 42 red, 85 green and 43 blue out of 255, or 16.5% / 33.3% / 16.9% by channel.
Is #2a552b a light or a dark color?
It is a dark color. Relative luminance is 0.0716 and perceived brightness is 28%, so white text on it reaches 8.63:1.
Should I use black or white text on #2a552b?
White. It scores 8.63:1 against #2a552b, versus 2.43:1 for black — AAA at any size.
What is the complementary color of #2a552b?
#552A54 sits directly opposite on the wheel. Softer options are the split-complements #402A55 and #552A3E, which give the same contrast with far less vibration.
What colors go well with #2a552b?
For interface work: #F5FAF5 as the surface, #C8E4C9 for borders, #4C9A4E for secondary text, #4D2758 as an accent and #2A552B for hover and pressed states. For a palette, the analogous pair #3E552A and #2A5540 stays calm, while #552A54 is the loudest partner.
What is #2a552b in CMYK for printing?
cmyk(51%, 0%, 49%, 67%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #2a552b warm or cool?
Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #39552A; nudged cooler, #29563A.