#cf992f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 153, 47
HSL
40°, 63%, 50%
CMYK
0, 26, 77, 19
Luminance
0.3625
Every format
| HEX | #cf992f |
| RGB | rgb(207, 153, 47) |
| HSL | hsl(40, 63%, 50%) |
| CMYK | cmyk(0%, 26%, 77%, 19%) |
| LAB | lab(66.7 10.6 59.9) |
| LCH | lch(66.7 60.8 79.9) |
| OKLCH | oklch(0.717 0.133 79.8) |
Copy-ready code
/* CSS */
color: #cf992f;
background-color: #cf992f;
/* Tailwind (arbitrary) */
class="text-[#cf992f] bg-[#cf992f]"
/* SCSS */
$brand: #cf992f;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.184)
/* Android */
Color.parseColor("#cf992f")Accessibility — WCAG contrast
Aa
#cf992f on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf992f on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow77.3%
Key (black)18.8%
Color previews
#cf992f text on a black background
contrast 8.25:1
Card sample
#cf992f text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf992f;
Background color
Panel with #cf992f background
background-color: #cf992f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf992f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf992f; background: linear-gradient(135deg, #cf992f, #9ACF2F);