#38541c
a deep, vivid green · cool · closest name: seagreen
RGB
56, 84, 28
HSL
90°, 50%, 22%
CMYK
33, 0, 67, 67
Luminance
0.0727
Every format
| HEX | #38541c |
| RGB | rgb(56, 84, 28) |
| HSL | hsl(90, 50%, 22%) |
| CMYK | cmyk(33%, 0%, 67%, 67%) |
| LAB | lab(32.4 -21.1 28.7) |
| LCH | lch(32.4 35.6 126.4) |
| OKLCH | oklch(0.410 0.089 131.7) |
Copy-ready code
/* CSS */
color: #38541c;
background-color: #38541c;
/* Tailwind (arbitrary) */
class="text-[#38541c] bg-[#38541c]"
/* SCSS */
$brand: #38541c;
/* SwiftUI */
Color(red: 0.220, green: 0.329, blue: 0.110)
/* Android */
Color.parseColor("#38541c")Accessibility — WCAG contrast
Aa
#38541c on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38541c on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green32.9%
Blue11.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow66.7%
Key (black)67.1%
Color previews
#38541c text on a black background
contrast 2.45:1
Card sample
#38541c text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38541c;
Background color
Panel with #38541c background
background-color: #38541c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38541c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 84, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 84, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38541c; background: linear-gradient(135deg, #38541c, #1C5425);