#cdcb3b
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 203, 59
HSL
59°, 59%, 52%
CMYK
0, 1, 71, 20
Luminance
0.5601
Every format
| HEX | #cdcb3b |
| RGB | rgb(205, 203, 59) |
| HSL | hsl(59, 59%, 52%) |
| CMYK | cmyk(0%, 1%, 71%, 20%) |
| LAB | lab(79.6 -15.8 67.8) |
| LCH | lch(79.6 69.6 103.2) |
| OKLCH | oklch(0.819 0.158 108.6) |
Copy-ready code
/* CSS */
color: #cdcb3b;
background-color: #cdcb3b;
/* Tailwind (arbitrary) */
class="text-[#cdcb3b] bg-[#cdcb3b]"
/* SCSS */
$brand: #cdcb3b;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.231)
/* Android */
Color.parseColor("#cdcb3b")Accessibility — WCAG contrast
Aa
#cdcb3b on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb3b on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow71.2%
Key (black)19.6%
Color previews
#cdcb3b text on a black background
contrast 12.20:1
Card sample
#cdcb3b text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb3b;
Background color
Panel with #cdcb3b background
background-color: #cdcb3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb3b; background: linear-gradient(135deg, #cdcb3b, #6ECD3B);