#cdb548
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 181, 72
HSL
49°, 57%, 54%
CMYK
0, 12, 65, 20
Luminance
0.4649
Every format
| HEX | #cdb548 |
| RGB | rgb(205, 181, 72) |
| HSL | hsl(49, 57%, 54%) |
| CMYK | cmyk(0%, 12%, 65%, 20%) |
| LAB | lab(73.9 -3.9 56.9) |
| LCH | lch(73.9 57.0 93.9) |
| OKLCH | oklch(0.773 0.130 96.8) |
Copy-ready code
/* CSS */
color: #cdb548;
background-color: #cdb548;
/* Tailwind (arbitrary) */
class="text-[#cdb548] bg-[#cdb548]"
/* SCSS */
$brand: #cdb548;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 0.282)
/* Android */
Color.parseColor("#cdb548")Accessibility — WCAG contrast
Aa
#cdb548 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb548 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.0%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow64.9%
Key (black)19.6%
Color previews
#cdb548 text on a black background
contrast 10.30:1
Card sample
#cdb548 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb548;
Background color
Panel with #cdb548 background
background-color: #cdb548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 181, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb548; background: linear-gradient(135deg, #cdb548, #8CCD48);