#295321
a deep, soft green · cool · closest name: seagreen
RGB
41, 83, 33
HSL
110°, 43%, 23%
CMYK
51, 0, 60, 68
Luminance
0.0677
Every format
| HEX | #295321 |
| RGB | rgb(41, 83, 33) |
| HSL | hsl(110, 43%, 23%) |
| CMYK | cmyk(51%, 0%, 60%, 68%) |
| LAB | lab(31.3 -25.8 24.5) |
| LCH | lch(31.3 35.6 136.5) |
| OKLCH | oklch(0.399 0.092 140.5) |
Copy-ready code
/* CSS */
color: #295321;
background-color: #295321;
/* Tailwind (arbitrary) */
class="text-[#295321] bg-[#295321]"
/* SCSS */
$brand: #295321;
/* SwiftUI */
Color(red: 0.161, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#295321")Accessibility — WCAG contrast
Aa
#295321 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295321 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#295321 text on a black background
contrast 2.35:1
Card sample
#295321 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295321;
Background color
Panel with #295321 background
background-color: #295321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295321; background: linear-gradient(135deg, #295321, #21533A);