#cf9840
a balanced, vivid orange · warm · closest name: peru
RGB
207, 152, 64
HSL
37°, 60%, 53%
CMYK
0, 27, 69, 19
Luminance
0.3609
Every format
| HEX | #cf9840 |
| RGB | rgb(207, 152, 64) |
| HSL | hsl(37, 60%, 53%) |
| CMYK | cmyk(0%, 27%, 69%, 19%) |
| LAB | lab(66.6 12.0 52.7) |
| LCH | lch(66.6 54.0 77.2) |
| OKLCH | oklch(0.716 0.122 76.1) |
Copy-ready code
/* CSS */
color: #cf9840;
background-color: #cf9840;
/* Tailwind (arbitrary) */
class="text-[#cf9840] bg-[#cf9840]"
/* SCSS */
$brand: #cf9840;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.251)
/* Android */
Color.parseColor("#cf9840")Accessibility — WCAG contrast
Aa
#cf9840 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9840 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow69.1%
Key (black)18.8%
Color previews
#cf9840 text on a black background
contrast 8.22:1
Card sample
#cf9840 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9840;
Background color
Panel with #cf9840 background
background-color: #cf9840;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9840;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9840; background: linear-gradient(135deg, #cf9840, #A7CF40);