#38430b
a deep, vivid green · cool · closest name: darkslategray
RGB
56, 67, 11
HSL
72°, 72%, 15%
CMYK
16, 0, 84, 74
Luminance
0.0488
Every format
| HEX | #38430b |
| RGB | rgb(56, 67, 11) |
| HSL | hsl(72, 72%, 15%) |
| CMYK | cmyk(16%, 0%, 84%, 74%) |
| LAB | lab(26.4 -13.3 30.3) |
| LCH | lch(26.4 33.1 113.6) |
| OKLCH | oklch(0.361 0.078 120.3) |
Copy-ready code
/* CSS */
color: #38430b;
background-color: #38430b;
/* Tailwind (arbitrary) */
class="text-[#38430b] bg-[#38430b]"
/* SCSS */
$brand: #38430b;
/* SwiftUI */
Color(red: 0.220, green: 0.263, blue: 0.043)
/* Android */
Color.parseColor("#38430b")Accessibility — WCAG contrast
Aa
#38430b on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38430b on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green26.3%
Blue4.3%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow83.6%
Key (black)73.7%
Color previews
#38430b text on a black background
contrast 1.98:1
Card sample
#38430b text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38430b;
Background color
Panel with #38430b background
background-color: #38430b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38430b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 67, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 67, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38430b; background: linear-gradient(135deg, #38430b, #13430B);