#252100
a deep, electric yellow · cool · closest name: black
RGB
37, 33, 0
HSL
54°, 100%, 7%
CMYK
0, 11, 100, 86
Luminance
0.0148
Every format
| HEX | #252100 |
| RGB | rgb(37, 33, 0) |
| HSL | hsl(54, 100%, 7%) |
| CMYK | cmyk(0%, 11%, 100%, 86%) |
| LAB | lab(12.5 -3.0 18.4) |
| LCH | lch(12.5 18.7 99.3) |
| OKLCH | oklch(0.245 0.051 102.9) |
Copy-ready code
/* CSS */
color: #252100;
background-color: #252100;
/* Tailwind (arbitrary) */
class="text-[#252100] bg-[#252100]"
/* SCSS */
$brand: #252100;
/* SwiftUI */
Color(red: 0.145, green: 0.129, blue: 0.000)
/* Android */
Color.parseColor("#252100")Accessibility — WCAG contrast
Aa
#252100 on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252100 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green12.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow100.0%
Key (black)85.5%
Color previews
#252100 text on a black background
contrast 1.30:1
Card sample
#252100 text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252100;
Background color
Panel with #252100 background
background-color: #252100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 33, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 33, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252100; background: linear-gradient(135deg, #252100, #102500);