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