#cf8d52
a balanced, vivid orange · warm · closest name: peru
RGB
207, 141, 82
HSL
28°, 57%, 57%
CMYK
0, 32, 60, 19
Luminance
0.3292
Every format
| HEX | #cf8d52 |
| RGB | rgb(207, 141, 82) |
| HSL | hsl(28, 57%, 57%) |
| CMYK | cmyk(0%, 32%, 60%, 19%) |
| LAB | lab(64.1 19.1 41.2) |
| LCH | lch(64.1 45.4 65.1) |
| OKLCH | oklch(0.698 0.110 61.2) |
Copy-ready code
/* CSS */
color: #cf8d52;
background-color: #cf8d52;
/* Tailwind (arbitrary) */
class="text-[#cf8d52] bg-[#cf8d52]"
/* SCSS */
$brand: #cf8d52;
/* SwiftUI */
Color(red: 0.812, green: 0.553, blue: 0.322)
/* Android */
Color.parseColor("#cf8d52")Accessibility — WCAG contrast
Aa
#cf8d52 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8d52 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green55.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow60.4%
Key (black)18.8%
Color previews
#cf8d52 text on a black background
contrast 7.58:1
Card sample
#cf8d52 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8d52;
Background color
Panel with #cf8d52 background
background-color: #cf8d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 141, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 141, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8d52; background: linear-gradient(135deg, #cf8d52, #BECF52);