#cf7641
a balanced, vivid orange · warm · closest name: peru
RGB
207, 118, 65
HSL
22°, 60%, 53%
CMYK
0, 43, 69, 19
Luminance
0.2660
Every format
| HEX | #cf7641 |
| RGB | rgb(207, 118, 65) |
| HSL | hsl(22, 60%, 53%) |
| CMYK | cmyk(0%, 43%, 69%, 19%) |
| LAB | lab(58.6 30.4 43.5) |
| LCH | lch(58.6 53.1 55.1) |
| OKLCH | oklch(0.654 0.131 49.6) |
Copy-ready code
/* CSS */
color: #cf7641;
background-color: #cf7641;
/* Tailwind (arbitrary) */
class="text-[#cf7641] bg-[#cf7641]"
/* SCSS */
$brand: #cf7641;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.255)
/* Android */
Color.parseColor("#cf7641")Accessibility — WCAG contrast
Aa
#cf7641 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7641 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow68.6%
Key (black)18.8%
Color previews
#cf7641 text on a black background
contrast 6.32:1
Card sample
#cf7641 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7641;
Background color
Panel with #cf7641 background
background-color: #cf7641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7641; background: linear-gradient(135deg, #cf7641, #C9CF41);