#242513
a deep, soft yellow · cool · closest name: black
RGB
36, 37, 19
HSL
63°, 32%, 11%
CMYK
3, 0, 49, 86
Luminance
0.0175
Every format
| HEX | #242513 |
| RGB | rgb(36, 37, 19) |
| HSL | hsl(63, 32%, 11%) |
| CMYK | cmyk(3%, 0%, 49%, 86%) |
| LAB | lab(14.1 -4.1 11.8) |
| LCH | lch(14.1 12.5 109.1) |
| OKLCH | oklch(0.258 0.031 111.1) |
Copy-ready code
/* CSS */
color: #242513;
background-color: #242513;
/* Tailwind (arbitrary) */
class="text-[#242513] bg-[#242513]"
/* SCSS */
$brand: #242513;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#242513")Accessibility — WCAG contrast
Aa
#242513 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242513 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue7.5%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow48.6%
Key (black)85.5%
Color previews
#242513 text on a black background
contrast 1.35:1
Card sample
#242513 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242513;
Background color
Panel with #242513 background
background-color: #242513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242513; background: linear-gradient(135deg, #242513, #182513);