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