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