#242913
a deep, soft green · cool · closest name: black
RGB
36, 41, 19
HSL
74°, 37%, 12%
CMYK
12, 0, 54, 84
Luminance
0.0201
Every format
| HEX | #242913 |
| RGB | rgb(36, 41, 19) |
| HSL | hsl(74, 37%, 12%) |
| CMYK | cmyk(12%, 0%, 54%, 84%) |
| LAB | lab(15.5 -6.8 13.7) |
| LCH | lch(15.5 15.2 116.3) |
| OKLCH | oklch(0.269 0.038 119.5) |
Copy-ready code
/* CSS */
color: #242913;
background-color: #242913;
/* Tailwind (arbitrary) */
class="text-[#242913] bg-[#242913]"
/* SCSS */
$brand: #242913;
/* SwiftUI */
Color(red: 0.141, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#242913")Accessibility — WCAG contrast
Aa
#242913 on white: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242913 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green16.1%
Blue7.5%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#242913 text on a black background
contrast 1.40:1
Card sample
#242913 text on a white background
contrast 14.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242913;
Background color
Panel with #242913 background
background-color: #242913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242913; background: linear-gradient(135deg, #242913, #152913);