#cf7d39
a balanced, vivid orange · warm · closest name: peru
RGB
207, 125, 57
HSL
27°, 61%, 52%
CMYK
0, 40, 73, 19
Luminance
0.2823
Every format
| HEX | #cf7d39 |
| RGB | rgb(207, 125, 57) |
| HSL | hsl(27, 61%, 52%) |
| CMYK | cmyk(0%, 40%, 73%, 19%) |
| LAB | lab(60.1 26.3 49.1) |
| LCH | lch(60.1 55.7 61.9) |
| OKLCH | oklch(0.666 0.131 57.2) |
Copy-ready code
/* CSS */
color: #cf7d39;
background-color: #cf7d39;
/* Tailwind (arbitrary) */
class="text-[#cf7d39] bg-[#cf7d39]"
/* SCSS */
$brand: #cf7d39;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.224)
/* Android */
Color.parseColor("#cf7d39")Accessibility — WCAG contrast
Aa
#cf7d39 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7d39 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cf7d39 text on a black background
contrast 6.65:1
Card sample
#cf7d39 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7d39;
Background color
Panel with #cf7d39 background
background-color: #cf7d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7d39; background: linear-gradient(135deg, #cf7d39, #BDCF39);