#cfa345
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 163, 69
HSL
41°, 59%, 54%
CMYK
0, 21, 67, 19
Luminance
0.3989
Every format
| HEX | #cfa345 |
| RGB | rgb(207, 163, 69) |
| HSL | hsl(41, 59%, 54%) |
| CMYK | cmyk(0%, 21%, 67%, 19%) |
| LAB | lab(69.4 6.3 53.4) |
| LCH | lch(69.4 53.8 83.2) |
| OKLCH | oklch(0.739 0.122 83.6) |
Copy-ready code
/* CSS */
color: #cfa345;
background-color: #cfa345;
/* Tailwind (arbitrary) */
class="text-[#cfa345] bg-[#cfa345]"
/* SCSS */
$brand: #cfa345;
/* SwiftUI */
Color(red: 0.812, green: 0.639, blue: 0.271)
/* Android */
Color.parseColor("#cfa345")Accessibility — WCAG contrast
Aa
#cfa345 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa345 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.9%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow66.7%
Key (black)18.8%
Color previews
#cfa345 text on a black background
contrast 8.98:1
Card sample
#cfa345 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa345;
Background color
Panel with #cfa345 background
background-color: #cfa345;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa345;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 163, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 163, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa345; background: linear-gradient(135deg, #cfa345, #9FCF45);