#cdce2a
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 206, 42
HSL
60°, 66%, 49%
CMYK
1, 0, 80, 19
Luminance
0.5729
Every format
| HEX | #cdce2a |
| RGB | rgb(205, 206, 42) |
| HSL | hsl(60, 66%, 49%) |
| CMYK | cmyk(1%, 0%, 80%, 19%) |
| LAB | lab(80.3 -18.0 73.7) |
| LCH | lch(80.3 75.9 103.7) |
| OKLCH | oklch(0.824 0.170 110.0) |
Copy-ready code
/* CSS */
color: #cdce2a;
background-color: #cdce2a;
/* Tailwind (arbitrary) */
class="text-[#cdce2a] bg-[#cdce2a]"
/* SCSS */
$brand: #cdce2a;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.165)
/* Android */
Color.parseColor("#cdce2a")Accessibility — WCAG contrast
Aa
#cdce2a on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdce2a on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue16.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow79.6%
Key (black)19.2%
Color previews
#cdce2a text on a black background
contrast 12.46:1
Card sample
#cdce2a text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdce2a;
Background color
Panel with #cdce2a background
background-color: #cdce2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdce2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdce2a; background: linear-gradient(135deg, #cdce2a, #60CE2A);