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