#cdd71c
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 215, 28
HSL
63°, 77%, 48%
CMYK
5, 0, 87, 16
Luminance
0.6166
Every format
| HEX | #cdd71c |
| RGB | rgb(205, 215, 28) |
| HSL | hsl(63, 77%, 48%) |
| CMYK | cmyk(5%, 0%, 87%, 16%) |
| LAB | lab(82.7 -22.8 78.9) |
| LCH | lch(82.7 82.1 106.1) |
| OKLCH | oklch(0.843 0.183 113.1) |
Copy-ready code
/* CSS */
color: #cdd71c;
background-color: #cdd71c;
/* Tailwind (arbitrary) */
class="text-[#cdd71c] bg-[#cdd71c]"
/* SCSS */
$brand: #cdd71c;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.110)
/* Android */
Color.parseColor("#cdd71c")Accessibility — WCAG contrast
Aa
#cdd71c on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd71c on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue11.0%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow87.0%
Key (black)15.7%
Color previews
#cdd71c text on a black background
contrast 13.33:1
Card sample
#cdd71c text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd71c;
Background color
Panel with #cdd71c background
background-color: #cdd71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd71c; background: linear-gradient(135deg, #cdd71c, #50D71C);