#cf7b2c
a balanced, vivid orange · warm · closest name: peru
RGB
207, 123, 44
HSL
29°, 65%, 49%
CMYK
0, 41, 79, 19
Luminance
0.2761
Every format
| HEX | #cf7b2c |
| RGB | rgb(207, 123, 44) |
| HSL | hsl(29, 65%, 49%) |
| CMYK | cmyk(0%, 41%, 79%, 19%) |
| LAB | lab(59.5 26.8 54.3) |
| LCH | lch(59.5 60.5 63.7) |
| OKLCH | oklch(0.661 0.138 59.2) |
Copy-ready code
/* CSS */
color: #cf7b2c;
background-color: #cf7b2c;
/* Tailwind (arbitrary) */
class="text-[#cf7b2c] bg-[#cf7b2c]"
/* SCSS */
$brand: #cf7b2c;
/* SwiftUI */
Color(red: 0.812, green: 0.482, blue: 0.173)
/* Android */
Color.parseColor("#cf7b2c")Accessibility — WCAG contrast
Aa
#cf7b2c on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7b2c on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow78.7%
Key (black)18.8%
Color previews
#cf7b2c text on a black background
contrast 6.52:1
Card sample
#cf7b2c text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7b2c;
Background color
Panel with #cf7b2c background
background-color: #cf7b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 123, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 123, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7b2c; background: linear-gradient(135deg, #cf7b2c, #B6CF2C);