#cf5b21
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 91, 33
HSL
20°, 73%, 47%
CMYK
0, 56, 84, 19
Luminance
0.2086
Every format
| HEX | #cf5b21 |
| RGB | rgb(207, 91, 33) |
| HSL | hsl(20, 73%, 47%) |
| CMYK | cmyk(0%, 56%, 84%, 19%) |
| LAB | lab(52.8 43.0 52.7) |
| LCH | lch(52.8 68.0 50.8) |
| OKLCH | oklch(0.609 0.162 43.5) |
Copy-ready code
/* CSS */
color: #cf5b21;
background-color: #cf5b21;
/* Tailwind (arbitrary) */
class="text-[#cf5b21] bg-[#cf5b21]"
/* SCSS */
$brand: #cf5b21;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#cf5b21")Accessibility — WCAG contrast
Aa
#cf5b21 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5b21 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow84.1%
Key (black)18.8%
Color previews
#cf5b21 text on a black background
contrast 5.17:1
Card sample
#cf5b21 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5b21;
Background color
Panel with #cf5b21 background
background-color: #cf5b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5b21; background: linear-gradient(135deg, #cf5b21, #CFCF21);