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