#cf803f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 128, 63
HSL
27°, 60%, 53%
CMYK
0, 38, 70, 19
Luminance
0.2906
Every format
| HEX | #cf803f |
| RGB | rgb(207, 128, 63) |
| HSL | hsl(27, 60%, 53%) |
| CMYK | cmyk(0%, 38%, 70%, 19%) |
| LAB | lab(60.8 24.9 47.0) |
| LCH | lch(60.8 53.2 62.0) |
| OKLCH | oklch(0.672 0.126 57.5) |
Copy-ready code
/* CSS */
color: #cf803f;
background-color: #cf803f;
/* Tailwind (arbitrary) */
class="text-[#cf803f] bg-[#cf803f]"
/* SCSS */
$brand: #cf803f;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.247)
/* Android */
Color.parseColor("#cf803f")Accessibility — WCAG contrast
Aa
#cf803f on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf803f on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow69.6%
Key (black)18.8%
Color previews
#cf803f text on a black background
contrast 6.81:1
Card sample
#cf803f text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf803f;
Background color
Panel with #cf803f background
background-color: #cf803f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf803f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf803f; background: linear-gradient(135deg, #cf803f, #BECF3F);