#cf9d52
a balanced, vivid orange · warm · closest name: peru
RGB
207, 157, 82
HSL
36°, 57%, 57%
CMYK
0, 24, 60, 19
Luminance
0.3799
Every format
| HEX | #cf9d52 |
| RGB | rgb(207, 157, 82) |
| HSL | hsl(36, 57%, 57%) |
| CMYK | cmyk(0%, 24%, 60%, 19%) |
| LAB | lab(68.0 10.4 45.8) |
| LCH | lch(68.0 46.9 77.2) |
| OKLCH | oklch(0.728 0.110 75.6) |
Copy-ready code
/* CSS */
color: #cf9d52;
background-color: #cf9d52;
/* Tailwind (arbitrary) */
class="text-[#cf9d52] bg-[#cf9d52]"
/* SCSS */
$brand: #cf9d52;
/* SwiftUI */
Color(red: 0.812, green: 0.616, blue: 0.322)
/* Android */
Color.parseColor("#cf9d52")Accessibility — WCAG contrast
Aa
#cf9d52 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9d52 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow60.4%
Key (black)18.8%
Color previews
#cf9d52 text on a black background
contrast 8.60:1
Card sample
#cf9d52 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9d52;
Background color
Panel with #cf9d52 background
background-color: #cf9d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 157, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 157, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9d52; background: linear-gradient(135deg, #cf9d52, #AECF52);