#295421
a deep, soft green · cool · closest name: seagreen
RGB
41, 84, 33
HSL
111°, 44%, 23%
CMYK
51, 0, 61, 67
Luminance
0.0692
Every format
| HEX | #295421 |
| RGB | rgb(41, 84, 33) |
| HSL | hsl(111, 44%, 23%) |
| CMYK | cmyk(51%, 0%, 61%, 67%) |
| LAB | lab(31.6 -26.3 24.9) |
| LCH | lch(31.6 36.3 136.6) |
| OKLCH | oklch(0.402 0.093 140.6) |
Copy-ready code
/* CSS */
color: #295421;
background-color: #295421;
/* Tailwind (arbitrary) */
class="text-[#295421] bg-[#295421]"
/* SCSS */
$brand: #295421;
/* SwiftUI */
Color(red: 0.161, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#295421")Accessibility — WCAG contrast
Aa
#295421 on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295421 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.9%
Blue12.9%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#295421 text on a black background
contrast 2.38:1
Card sample
#295421 text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295421;
Background color
Panel with #295421 background
background-color: #295421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295421; background: linear-gradient(135deg, #295421, #21543B);