#251306
a deep, vivid orange · warm · closest name: black
RGB
37, 19, 6
HSL
25°, 72%, 8%
CMYK
0, 49, 84, 86
Luminance
0.0087
Every format
| HEX | #251306 |
| RGB | rgb(37, 19, 6) |
| HSL | hsl(25, 72%, 8%) |
| CMYK | cmyk(0%, 49%, 84%, 86%) |
| LAB | lab(7.9 7.7 9.5) |
| LCH | lch(7.9 12.2 51.1) |
| OKLCH | oklch(0.209 0.038 55.9) |
Copy-ready code
/* CSS */
color: #251306;
background-color: #251306;
/* Tailwind (arbitrary) */
class="text-[#251306] bg-[#251306]"
/* SCSS */
$brand: #251306;
/* SwiftUI */
Color(red: 0.145, green: 0.075, blue: 0.024)
/* Android */
Color.parseColor("#251306")Accessibility — WCAG contrast
Aa
#251306 on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251306 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green7.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow83.8%
Key (black)85.5%
Color previews
#251306 text on a black background
contrast 1.17:1
Card sample
#251306 text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251306;
Background color
Panel with #251306 background
background-color: #251306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 19, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 19, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251306; background: linear-gradient(135deg, #251306, #222506);