#cf9f2c
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 159, 44
HSL
42°, 65%, 49%
CMYK
0, 23, 79, 19
Luminance
0.3824
Every format
| HEX | #cf9f2c |
| RGB | rgb(207, 159, 44) |
| HSL | hsl(42, 65%, 49%) |
| CMYK | cmyk(0%, 23%, 79%, 19%) |
| LAB | lab(68.2 7.3 62.4) |
| LCH | lch(68.2 62.8 83.3) |
| OKLCH | oklch(0.729 0.136 84.3) |
Copy-ready code
/* CSS */
color: #cf9f2c;
background-color: #cf9f2c;
/* Tailwind (arbitrary) */
class="text-[#cf9f2c] bg-[#cf9f2c]"
/* SCSS */
$brand: #cf9f2c;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.173)
/* Android */
Color.parseColor("#cf9f2c")Accessibility — WCAG contrast
Aa
#cf9f2c on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9f2c on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow78.7%
Key (black)18.8%
Color previews
#cf9f2c text on a black background
contrast 8.65:1
Card sample
#cf9f2c text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9f2c;
Background color
Panel with #cf9f2c background
background-color: #cf9f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9f2c; background: linear-gradient(135deg, #cf9f2c, #92CF2C);