#cf9c2c
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 156, 44
HSL
41°, 65%, 49%
CMYK
0, 25, 79, 19
Luminance
0.3722
Every format
| HEX | #cf9c2c |
| RGB | rgb(207, 156, 44) |
| HSL | hsl(41, 65%, 49%) |
| CMYK | cmyk(0%, 25%, 79%, 19%) |
| LAB | lab(67.5 8.9 61.7) |
| LCH | lch(67.5 62.3 81.8) |
| OKLCH | oklch(0.723 0.135 82.3) |
Copy-ready code
/* CSS */
color: #cf9c2c;
background-color: #cf9c2c;
/* Tailwind (arbitrary) */
class="text-[#cf9c2c] bg-[#cf9c2c]"
/* SCSS */
$brand: #cf9c2c;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.173)
/* Android */
Color.parseColor("#cf9c2c")Accessibility — WCAG contrast
Aa
#cf9c2c on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9c2c on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow78.7%
Key (black)18.8%
Color previews
#cf9c2c text on a black background
contrast 8.44:1
Card sample
#cf9c2c text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9c2c;
Background color
Panel with #cf9c2c background
background-color: #cf9c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9c2c; background: linear-gradient(135deg, #cf9c2c, #95CF2C);