#cf7749
a balanced, vivid orange · warm · closest name: peru
RGB
207, 119, 73
HSL
21°, 58%, 55%
CMYK
0, 43, 65, 19
Luminance
0.2694
Every format
| HEX | #cf7749 |
| RGB | rgb(207, 119, 73) |
| HSL | hsl(21, 58%, 55%) |
| CMYK | cmyk(0%, 43%, 65%, 19%) |
| LAB | lab(58.9 30.4 39.7) |
| LCH | lch(58.9 50.0 52.6) |
| OKLCH | oklch(0.657 0.126 47.2) |
Copy-ready code
/* CSS */
color: #cf7749;
background-color: #cf7749;
/* Tailwind (arbitrary) */
class="text-[#cf7749] bg-[#cf7749]"
/* SCSS */
$brand: #cf7749;
/* SwiftUI */
Color(red: 0.812, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#cf7749")Accessibility — WCAG contrast
Aa
#cf7749 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7749 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow64.7%
Key (black)18.8%
Color previews
#cf7749 text on a black background
contrast 6.39:1
Card sample
#cf7749 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7749;
Background color
Panel with #cf7749 background
background-color: #cf7749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7749; background: linear-gradient(135deg, #cf7749, #CECF49);