#cdaf57
a balanced, vivid yellow · warm · closest name: khaki
RGB
205, 175, 87
HSL
45°, 54%, 57%
CMYK
0, 15, 58, 20
Luminance
0.4433
Every format
| HEX | #cdaf57 |
| RGB | rgb(205, 175, 87) |
| HSL | hsl(45, 54%, 57%) |
| CMYK | cmyk(0%, 15%, 58%, 20%) |
| LAB | lab(72.5 0.3 48.4) |
| LCH | lch(72.5 48.4 89.7) |
| OKLCH | oklch(0.763 0.113 90.7) |
Copy-ready code
/* CSS */
color: #cdaf57;
background-color: #cdaf57;
/* Tailwind (arbitrary) */
class="text-[#cdaf57] bg-[#cdaf57]"
/* SCSS */
$brand: #cdaf57;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.341)
/* Android */
Color.parseColor("#cdaf57")Accessibility — WCAG contrast
Aa
#cdaf57 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf57 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow57.6%
Key (black)19.6%
Color previews
#cdaf57 text on a black background
contrast 9.87:1
Card sample
#cdaf57 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf57;
Background color
Panel with #cdaf57 background
background-color: #cdaf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf57; background: linear-gradient(135deg, #cdaf57, #9DCD57);