#cf7839
a balanced, vivid orange · warm · closest name: peru
RGB
207, 120, 57
HSL
25°, 61%, 52%
CMYK
0, 42, 73, 19
Luminance
0.2699
Every format
| HEX | #cf7839 |
| RGB | rgb(207, 120, 57) |
| HSL | hsl(25, 61%, 52%) |
| CMYK | cmyk(0%, 42%, 73%, 19%) |
| LAB | lab(59.0 28.9 47.9) |
| LCH | lch(59.0 56.0 58.9) |
| OKLCH | oklch(0.657 0.133 53.7) |
Copy-ready code
/* CSS */
color: #cf7839;
background-color: #cf7839;
/* Tailwind (arbitrary) */
class="text-[#cf7839] bg-[#cf7839]"
/* SCSS */
$brand: #cf7839;
/* SwiftUI */
Color(red: 0.812, green: 0.471, blue: 0.224)
/* Android */
Color.parseColor("#cf7839")Accessibility — WCAG contrast
Aa
#cf7839 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7839 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow72.5%
Key (black)18.8%
Color previews
#cf7839 text on a black background
contrast 6.40:1
Card sample
#cf7839 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7839;
Background color
Panel with #cf7839 background
background-color: #cf7839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 120, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 120, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7839; background: linear-gradient(135deg, #cf7839, #C2CF39);