#cdaf5f
a balanced, vivid yellow · warm · closest name: khaki
RGB
205, 175, 95
HSL
44°, 52%, 59%
CMYK
0, 15, 54, 20
Luminance
0.4447
Every format
| HEX | #cdaf5f |
| RGB | rgb(205, 175, 95) |
| HSL | hsl(44, 52%, 59%) |
| CMYK | cmyk(0%, 15%, 54%, 20%) |
| LAB | lab(72.5 0.9 44.6) |
| LCH | lch(72.5 44.6 88.8) |
| OKLCH | oklch(0.764 0.106 89.3) |
Copy-ready code
/* CSS */
color: #cdaf5f;
background-color: #cdaf5f;
/* Tailwind (arbitrary) */
class="text-[#cdaf5f] bg-[#cdaf5f]"
/* SCSS */
$brand: #cdaf5f;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#cdaf5f")Accessibility — WCAG contrast
Aa
#cdaf5f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf5f on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow53.7%
Key (black)19.6%
Color previews
#cdaf5f text on a black background
contrast 9.89:1
Card sample
#cdaf5f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf5f;
Background color
Panel with #cdaf5f background
background-color: #cdaf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf5f; background: linear-gradient(135deg, #cdaf5f, #A2CD5F);