#243113
a deep, soft green · cool · closest name: darkslategray
RGB
36, 49, 19
HSL
86°, 44%, 13%
CMYK
27, 0, 61, 81
Luminance
0.0262
Every format
| HEX | #243113 |
| RGB | rgb(36, 49, 19) |
| HSL | hsl(86, 44%, 13%) |
| CMYK | cmyk(27%, 0%, 61%, 81%) |
| LAB | lab(18.4 -11.8 17.2) |
| LCH | lch(18.4 20.9 124.3) |
| OKLCH | oklch(0.293 0.052 128.6) |
Copy-ready code
/* CSS */
color: #243113;
background-color: #243113;
/* Tailwind (arbitrary) */
class="text-[#243113] bg-[#243113]"
/* SCSS */
$brand: #243113;
/* SwiftUI */
Color(red: 0.141, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#243113")Accessibility — WCAG contrast
Aa
#243113 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243113 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green19.2%
Blue7.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow61.2%
Key (black)80.8%
Color previews
#243113 text on a black background
contrast 1.52:1
Card sample
#243113 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243113;
Background color
Panel with #243113 background
background-color: #243113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243113; background: linear-gradient(135deg, #243113, #133116);