#cf992c
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 153, 44
HSL
40°, 65%, 49%
CMYK
0, 26, 79, 19
Luminance
0.3623
Every format
| HEX | #cf992c |
| RGB | rgb(207, 153, 44) |
| HSL | hsl(40, 65%, 49%) |
| CMYK | cmyk(0%, 26%, 79%, 19%) |
| LAB | lab(66.7 10.5 61.0) |
| LCH | lch(66.7 61.9 80.2) |
| OKLCH | oklch(0.717 0.134 80.2) |
Copy-ready code
/* CSS */
color: #cf992c;
background-color: #cf992c;
/* Tailwind (arbitrary) */
class="text-[#cf992c] bg-[#cf992c]"
/* SCSS */
$brand: #cf992c;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.173)
/* Android */
Color.parseColor("#cf992c")Accessibility — WCAG contrast
Aa
#cf992c on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf992c on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow78.7%
Key (black)18.8%
Color previews
#cf992c text on a black background
contrast 8.25:1
Card sample
#cf992c text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf992c;
Background color
Panel with #cf992c background
background-color: #cf992c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf992c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf992c; background: linear-gradient(135deg, #cf992c, #98CF2C);