#cdba57
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 186, 87
HSL
50°, 54%, 57%
CMYK
0, 9, 58, 20
Luminance
0.4879
Every format
| HEX | #cdba57 |
| RGB | rgb(205, 186, 87) |
| HSL | hsl(50, 54%, 57%) |
| CMYK | cmyk(0%, 9%, 58%, 20%) |
| LAB | lab(75.3 -5.5 51.7) |
| LCH | lch(75.3 52.0 96.1) |
| OKLCH | oklch(0.785 0.121 98.6) |
Copy-ready code
/* CSS */
color: #cdba57;
background-color: #cdba57;
/* Tailwind (arbitrary) */
class="text-[#cdba57] bg-[#cdba57]"
/* SCSS */
$brand: #cdba57;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.341)
/* Android */
Color.parseColor("#cdba57")Accessibility — WCAG contrast
Aa
#cdba57 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba57 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow57.6%
Key (black)19.6%
Color previews
#cdba57 text on a black background
contrast 10.76:1
Card sample
#cdba57 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba57;
Background color
Panel with #cdba57 background
background-color: #cdba57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba57; background: linear-gradient(135deg, #cdba57, #92CD57);