#cfa337
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 163, 55
HSL
43°, 61%, 51%
CMYK
0, 21, 73, 19
Luminance
0.3974
Every format
| HEX | #cfa337 |
| RGB | rgb(207, 163, 55) |
| HSL | hsl(43, 61%, 51%) |
| CMYK | cmyk(0%, 21%, 73%, 19%) |
| LAB | lab(69.3 5.6 59.3) |
| LCH | lch(69.3 59.5 84.6) |
| OKLCH | oklch(0.737 0.132 85.7) |
Copy-ready code
/* CSS */
color: #cfa337;
background-color: #cfa337;
/* Tailwind (arbitrary) */
class="text-[#cfa337] bg-[#cfa337]"
/* SCSS */
$brand: #cfa337;
/* SwiftUI */
Color(red: 0.812, green: 0.639, blue: 0.216)
/* Android */
Color.parseColor("#cfa337")Accessibility — WCAG contrast
Aa
#cfa337 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa337 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow73.4%
Key (black)18.8%
Color previews
#cfa337 text on a black background
contrast 8.95:1
Card sample
#cfa337 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa337;
Background color
Panel with #cfa337 background
background-color: #cfa337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 163, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 163, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa337; background: linear-gradient(135deg, #cfa337, #96CF37);