#243800
a deep, electric green · cool · closest name: darkslategray
RGB
36, 56, 0
HSL
81°, 100%, 11%
CMYK
36, 0, 100, 78
Luminance
0.0320
Every format
| HEX | #243800 |
| RGB | rgb(36, 56, 0) |
| HSL | hsl(81, 100%, 11%) |
| CMYK | cmyk(36%, 0%, 100%, 78%) |
| LAB | lab(20.8 -17.6 28.7) |
| LCH | lch(20.8 33.6 121.5) |
| OKLCH | oklch(0.312 0.082 128.4) |
Copy-ready code
/* CSS */
color: #243800;
background-color: #243800;
/* Tailwind (arbitrary) */
class="text-[#243800] bg-[#243800]"
/* SCSS */
$brand: #243800;
/* SwiftUI */
Color(red: 0.141, green: 0.220, blue: 0.000)
/* Android */
Color.parseColor("#243800")Accessibility — WCAG contrast
Aa
#243800 on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243800 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green22.0%
Blue0.0%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow100.0%
Key (black)78.0%
Color previews
#243800 text on a black background
contrast 1.64:1
Card sample
#243800 text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243800;
Background color
Panel with #243800 background
background-color: #243800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 56, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 56, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243800; background: linear-gradient(135deg, #243800, #003801);