#cdce0b
a dark, electric yellow · cool · closest name: gold
RGB
205, 206, 11
HSL
60°, 90%, 43%
CMYK
1, 0, 95, 19
Luminance
0.5715
Every format
| HEX | #cdce0b |
| RGB | rgb(205, 206, 11) |
| HSL | hsl(60, 90%, 43%) |
| CMYK | cmyk(1%, 0%, 95%, 19%) |
| LAB | lab(80.3 -18.7 79.3) |
| LCH | lch(80.3 81.5 103.2) |
| OKLCH | oklch(0.824 0.178 110.1) |
Copy-ready code
/* CSS */
color: #cdce0b;
background-color: #cdce0b;
/* Tailwind (arbitrary) */
class="text-[#cdce0b] bg-[#cdce0b]"
/* SCSS */
$brand: #cdce0b;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.043)
/* Android */
Color.parseColor("#cdce0b")Accessibility — WCAG contrast
Aa
#cdce0b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdce0b on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue4.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow94.7%
Key (black)19.2%
Color previews
#cdce0b text on a black background
contrast 12.43:1
Card sample
#cdce0b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdce0b;
Background color
Panel with #cdce0b background
background-color: #cdce0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdce0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdce0b; background: linear-gradient(135deg, #cdce0b, #4BCE0B);