#2b5545
a dark, soft green · cool · closest name: darkslategray
RGB
43, 85, 69
HSL
157°, 33%, 25%
CMYK
49, 0, 19, 67
Luminance
0.0744
Every format
| HEX | #2b5545 |
| RGB | rgb(43, 85, 69) |
| HSL | hsl(157, 33%, 25%) |
| CMYK | cmyk(49%, 0%, 19%, 67%) |
| LAB | lab(32.8 -19.1 4.8) |
| LCH | lch(32.8 19.6 165.8) |
| OKLCH | oklch(0.414 0.055 166.9) |
Copy-ready code
/* CSS */
color: #2b5545;
background-color: #2b5545;
/* Tailwind (arbitrary) */
class="text-[#2b5545] bg-[#2b5545]"
/* SCSS */
$brand: #2b5545;
/* SwiftUI */
Color(red: 0.169, green: 0.333, blue: 0.271)
/* Android */
Color.parseColor("#2b5545")Accessibility — WCAG contrast
Aa
#2b5545 on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b5545 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green33.3%
Blue27.1%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow18.8%
Key (black)66.7%
Color previews
#2b5545 text on a black background
contrast 2.49:1
Card sample
#2b5545 text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b5545;
Background color
Panel with #2b5545 background
background-color: #2b5545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b5545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 85, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 85, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b5545; background: linear-gradient(135deg, #2b5545, #2B4955);