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