#cdce2f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 206, 47
HSL
60°, 63%, 50%
CMYK
1, 0, 77, 19
Luminance
0.5733
Every format
| HEX | #cdce2f |
| RGB | rgb(205, 206, 47) |
| HSL | hsl(60, 63%, 50%) |
| CMYK | cmyk(1%, 0%, 77%, 19%) |
| LAB | lab(80.4 -17.9 72.3) |
| LCH | lch(80.4 74.5 103.9) |
| OKLCH | oklch(0.825 0.168 109.9) |
Copy-ready code
/* CSS */
color: #cdce2f;
background-color: #cdce2f;
/* Tailwind (arbitrary) */
class="text-[#cdce2f] bg-[#cdce2f]"
/* SCSS */
$brand: #cdce2f;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#cdce2f")Accessibility — WCAG contrast
Aa
#cdce2f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdce2f on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue18.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#cdce2f text on a black background
contrast 12.47:1
Card sample
#cdce2f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdce2f;
Background color
Panel with #cdce2f background
background-color: #cdce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdce2f; background: linear-gradient(135deg, #cdce2f, #63CE2F);