#295f44
a dark, soft green · cool · closest name: darkslategray
RGB
41, 95, 68
HSL
150°, 40%, 27%
CMYK
57, 0, 28, 63
Luminance
0.0907
Every format
| HEX | #295f44 |
| RGB | rgb(41, 95, 68) |
| HSL | hsl(150, 40%, 27%) |
| CMYK | cmyk(57%, 0%, 28%, 63%) |
| LAB | lab(36.1 -25.0 10.1) |
| LCH | lch(36.1 27.0 158.0) |
| OKLCH | oklch(0.441 0.073 159.4) |
Copy-ready code
/* CSS */
color: #295f44;
background-color: #295f44;
/* Tailwind (arbitrary) */
class="text-[#295f44] bg-[#295f44]"
/* SCSS */
$brand: #295f44;
/* SwiftUI */
Color(red: 0.161, green: 0.373, blue: 0.267)
/* Android */
Color.parseColor("#295f44")Accessibility — WCAG contrast
Aa
#295f44 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295f44 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green37.3%
Blue26.7%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow28.4%
Key (black)62.7%
Color previews
#295f44 text on a black background
contrast 2.81:1
Card sample
#295f44 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295f44;
Background color
Panel with #295f44 background
background-color: #295f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 95, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 95, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295f44; background: linear-gradient(135deg, #295f44, #29565F);