#cf7e2f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 126, 47
HSL
30°, 63%, 50%
CMYK
0, 39, 77, 19
Luminance
0.2839
Every format
| HEX | #cf7e2f |
| RGB | rgb(207, 126, 47) |
| HSL | hsl(30, 63%, 50%) |
| CMYK | cmyk(0%, 39%, 77%, 19%) |
| LAB | lab(60.2 25.3 53.7) |
| LCH | lch(60.2 59.4 64.8) |
| OKLCH | oklch(0.667 0.135 60.5) |
Copy-ready code
/* CSS */
color: #cf7e2f;
background-color: #cf7e2f;
/* Tailwind (arbitrary) */
class="text-[#cf7e2f] bg-[#cf7e2f]"
/* SCSS */
$brand: #cf7e2f;
/* SwiftUI */
Color(red: 0.812, green: 0.494, blue: 0.184)
/* Android */
Color.parseColor("#cf7e2f")Accessibility — WCAG contrast
Aa
#cf7e2f on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7e2f on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow77.3%
Key (black)18.8%
Color previews
#cf7e2f text on a black background
contrast 6.68:1
Card sample
#cf7e2f text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7e2f;
Background color
Panel with #cf7e2f background
background-color: #cf7e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 126, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 126, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7e2f; background: linear-gradient(135deg, #cf7e2f, #B5CF2F);