#cf7536
a balanced, vivid orange · warm · closest name: peru
RGB
207, 117, 54
HSL
25°, 61%, 51%
CMYK
0, 44, 74, 19
Luminance
0.2625
Every format
| HEX | #cf7536 |
| RGB | rgb(207, 117, 54) |
| HSL | hsl(25, 61%, 51%) |
| CMYK | cmyk(0%, 44%, 74%, 19%) |
| LAB | lab(58.3 30.4 48.6) |
| LCH | lch(58.3 57.3 58.0) |
| OKLCH | oklch(0.652 0.136 52.6) |
Copy-ready code
/* CSS */
color: #cf7536;
background-color: #cf7536;
/* Tailwind (arbitrary) */
class="text-[#cf7536] bg-[#cf7536]"
/* SCSS */
$brand: #cf7536;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.212)
/* Android */
Color.parseColor("#cf7536")Accessibility — WCAG contrast
Aa
#cf7536 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7536 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow73.9%
Key (black)18.8%
Color previews
#cf7536 text on a black background
contrast 6.25:1
Card sample
#cf7536 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7536;
Background color
Panel with #cf7536 background
background-color: #cf7536;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7536;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7536; background: linear-gradient(135deg, #cf7536, #C3CF36);