#cf802c
a balanced, vivid orange · warm · closest name: peru
RGB
207, 128, 44
HSL
31°, 65%, 49%
CMYK
0, 38, 79, 19
Luminance
0.2889
Every format
| HEX | #cf802c |
| RGB | rgb(207, 128, 44) |
| HSL | hsl(31, 65%, 49%) |
| CMYK | cmyk(0%, 38%, 79%, 19%) |
| LAB | lab(60.7 24.1 55.4) |
| LCH | lch(60.7 60.4 66.5) |
| OKLCH | oklch(0.670 0.136 62.6) |
Copy-ready code
/* CSS */
color: #cf802c;
background-color: #cf802c;
/* Tailwind (arbitrary) */
class="text-[#cf802c] bg-[#cf802c]"
/* SCSS */
$brand: #cf802c;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.173)
/* Android */
Color.parseColor("#cf802c")Accessibility — WCAG contrast
Aa
#cf802c on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf802c on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow78.7%
Key (black)18.8%
Color previews
#cf802c text on a black background
contrast 6.78:1
Card sample
#cf802c text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf802c;
Background color
Panel with #cf802c background
background-color: #cf802c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf802c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf802c; background: linear-gradient(135deg, #cf802c, #B1CF2C);