#0f0600
a deep, electric orange · warm · closest name: black
RGB
15, 6, 0
HSL
24°, 100%, 3%
CMYK
0, 60, 100, 94
Luminance
0.0023
Every format
| HEX | #0f0600 |
| RGB | rgb(15, 6, 0) |
| HSL | hsl(24, 100%, 3%) |
| CMYK | cmyk(0%, 60%, 100%, 94%) |
| LAB | lab(2.1 1.7 3.2) |
| LCH | lch(2.1 3.6 61.7) |
| OKLCH | oklch(0.134 0.029 71.2) |
Copy-ready code
/* CSS */
color: #0f0600;
background-color: #0f0600;
/* Tailwind (arbitrary) */
class="text-[#0f0600] bg-[#0f0600]"
/* SCSS */
$brand: #0f0600;
/* SwiftUI */
Color(red: 0.059, green: 0.024, blue: 0.000)
/* Android */
Color.parseColor("#0f0600")Accessibility — WCAG contrast
Aa
#0f0600 on white: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f0600 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green2.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow100.0%
Key (black)94.1%
Color previews
#0f0600 text on a black background
contrast 1.05:1
Card sample
#0f0600 text on a white background
contrast 20.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f0600;
Background color
Panel with #0f0600 background
background-color: #0f0600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f0600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 6, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 6, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f0600; background: linear-gradient(135deg, #0f0600, #0E0F00);