#25250a
a deep, vivid yellow · cool · closest name: black
RGB
37, 37, 10
HSL
60°, 57%, 9%
CMYK
0, 0, 73, 86
Luminance
0.0174
Every format
| HEX | #25250a |
| RGB | rgb(37, 37, 10) |
| HSL | hsl(60, 57%, 9%) |
| CMYK | cmyk(0%, 0%, 73%, 86%) |
| LAB | lab(14.1 -4.7 16.4) |
| LCH | lch(14.1 17.1 105.9) |
| OKLCH | oklch(0.257 0.043 109.1) |
Copy-ready code
/* CSS */
color: #25250a;
background-color: #25250a;
/* Tailwind (arbitrary) */
class="text-[#25250a] bg-[#25250a]"
/* SCSS */
$brand: #25250a;
/* SwiftUI */
Color(red: 0.145, green: 0.145, blue: 0.039)
/* Android */
Color.parseColor("#25250a")Accessibility — WCAG contrast
Aa
#25250a on white: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25250a on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green14.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow73.0%
Key (black)85.5%
Color previews
#25250a text on a black background
contrast 1.35:1
Card sample
#25250a text on a white background
contrast 15.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25250a;
Background color
Panel with #25250a background
background-color: #25250a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25250a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 37, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 37, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25250a; background: linear-gradient(135deg, #25250a, #13250A);