#cf7635
a balanced, vivid orange · warm · closest name: peru
RGB
207, 118, 53
HSL
25°, 62%, 51%
CMYK
0, 43, 74, 19
Luminance
0.2648
Every format
| HEX | #cf7635 |
| RGB | rgb(207, 118, 53) |
| HSL | hsl(25, 62%, 51%) |
| CMYK | cmyk(0%, 43%, 74%, 19%) |
| LAB | lab(58.5 29.8 49.3) |
| LCH | lch(58.5 57.6 58.8) |
| OKLCH | oklch(0.653 0.136 53.6) |
Copy-ready code
/* CSS */
color: #cf7635;
background-color: #cf7635;
/* Tailwind (arbitrary) */
class="text-[#cf7635] bg-[#cf7635]"
/* SCSS */
$brand: #cf7635;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.208)
/* Android */
Color.parseColor("#cf7635")Accessibility — WCAG contrast
Aa
#cf7635 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7635 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow74.4%
Key (black)18.8%
Color previews
#cf7635 text on a black background
contrast 6.30:1
Card sample
#cf7635 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7635;
Background color
Panel with #cf7635 background
background-color: #cf7635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7635; background: linear-gradient(135deg, #cf7635, #C1CF35);