#cf9752
a balanced, vivid orange · warm · closest name: peru
RGB
207, 151, 82
HSL
33°, 57%, 57%
CMYK
0, 27, 60, 19
Luminance
0.3601
Every format
| HEX | #cf9752 |
| RGB | rgb(207, 151, 82) |
| HSL | hsl(33, 57%, 57%) |
| CMYK | cmyk(0%, 27%, 60%, 19%) |
| LAB | lab(66.5 13.7 44.0) |
| LCH | lch(66.5 46.1 72.8) |
| OKLCH | oklch(0.717 0.109 70.3) |
Copy-ready code
/* CSS */
color: #cf9752;
background-color: #cf9752;
/* Tailwind (arbitrary) */
class="text-[#cf9752] bg-[#cf9752]"
/* SCSS */
$brand: #cf9752;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.322)
/* Android */
Color.parseColor("#cf9752")Accessibility — WCAG contrast
Aa
#cf9752 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9752 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow60.4%
Key (black)18.8%
Color previews
#cf9752 text on a black background
contrast 8.20:1
Card sample
#cf9752 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9752;
Background color
Panel with #cf9752 background
background-color: #cf9752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9752; background: linear-gradient(135deg, #cf9752, #B4CF52);