#d26f21
a balanced, vivid orange · warm · closest name: chocolate
RGB
210, 111, 33
HSL
26°, 73%, 48%
CMYK
0, 47, 84, 18
Luminance
0.2518
Every format
| HEX | #d26f21 |
| RGB | rgb(210, 111, 33) |
| HSL | hsl(26, 73%, 48%) |
| CMYK | cmyk(0%, 47%, 84%, 18%) |
| LAB | lab(57.3 34.0 56.7) |
| LCH | lch(57.3 66.1 59.0) |
| OKLCH | oklch(0.644 0.150 53.0) |
Copy-ready code
/* CSS */
color: #d26f21;
background-color: #d26f21;
/* Tailwind (arbitrary) */
class="text-[#d26f21] bg-[#d26f21]"
/* SCSS */
$brand: #d26f21;
/* SwiftUI */
Color(red: 0.824, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#d26f21")Accessibility — WCAG contrast
Aa
#d26f21 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d26f21 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow84.3%
Key (black)17.6%
Color previews
#d26f21 text on a black background
contrast 6.04:1
Card sample
#d26f21 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d26f21;
Background color
Panel with #d26f21 background
background-color: #d26f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d26f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d26f21; background: linear-gradient(135deg, #d26f21, #BFD221);