#252207
a deep, vivid yellow · cool · closest name: black
RGB
37, 34, 7
HSL
54°, 68%, 9%
CMYK
0, 8, 81, 86
Luminance
0.0155
Every format
| HEX | #252207 |
| RGB | rgb(37, 34, 7) |
| HSL | hsl(54, 68%, 9%) |
| CMYK | cmyk(0%, 8%, 81%, 86%) |
| LAB | lab(12.9 -3.0 16.2) |
| LCH | lch(12.9 16.4 100.4) |
| OKLCH | oklch(0.248 0.043 103.0) |
Copy-ready code
/* CSS */
color: #252207;
background-color: #252207;
/* Tailwind (arbitrary) */
class="text-[#252207] bg-[#252207]"
/* SCSS */
$brand: #252207;
/* SwiftUI */
Color(red: 0.145, green: 0.133, blue: 0.027)
/* Android */
Color.parseColor("#252207")Accessibility — WCAG contrast
Aa
#252207 on white: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252207 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green13.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow81.1%
Key (black)85.5%
Color previews
#252207 text on a black background
contrast 1.31:1
Card sample
#252207 text on a white background
contrast 16.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252207;
Background color
Panel with #252207 background
background-color: #252207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 34, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 34, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252207; background: linear-gradient(135deg, #252207, #142507);