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