#cf9c39
a balanced, vivid orange · warm · closest name: peru
RGB
207, 156, 57
HSL
40°, 61%, 52%
CMYK
0, 25, 73, 19
Luminance
0.3734
Every format
| HEX | #cf9c39 |
| RGB | rgb(207, 156, 57) |
| HSL | hsl(40, 61%, 52%) |
| CMYK | cmyk(0%, 25%, 73%, 19%) |
| LAB | lab(67.5 9.5 56.7) |
| LCH | lch(67.5 57.5 80.5) |
| OKLCH | oklch(0.724 0.128 80.4) |
Copy-ready code
/* CSS */
color: #cf9c39;
background-color: #cf9c39;
/* Tailwind (arbitrary) */
class="text-[#cf9c39] bg-[#cf9c39]"
/* SCSS */
$brand: #cf9c39;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#cf9c39")Accessibility — WCAG contrast
Aa
#cf9c39 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9c39 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cf9c39 text on a black background
contrast 8.47:1
Card sample
#cf9c39 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9c39;
Background color
Panel with #cf9c39 background
background-color: #cf9c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9c39; background: linear-gradient(135deg, #cf9c39, #9ECF39);