#cdd80f
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 216, 15
HSL
63°, 87%, 45%
CMYK
5, 0, 93, 15
Luminance
0.6213
Every format
| HEX | #cdd80f |
| RGB | rgb(205, 216, 15) |
| HSL | hsl(63, 87%, 45%) |
| CMYK | cmyk(5%, 0%, 93%, 15%) |
| LAB | lab(83.0 -23.5 81.0) |
| LCH | lch(83.0 84.3 106.2) |
| OKLCH | oklch(0.845 0.187 113.5) |
Copy-ready code
/* CSS */
color: #cdd80f;
background-color: #cdd80f;
/* Tailwind (arbitrary) */
class="text-[#cdd80f] bg-[#cdd80f]"
/* SCSS */
$brand: #cdd80f;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.059)
/* Android */
Color.parseColor("#cdd80f")Accessibility — WCAG contrast
Aa
#cdd80f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd80f on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue5.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow93.1%
Key (black)15.3%
Color previews
#cdd80f text on a black background
contrast 13.43:1
Card sample
#cdd80f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd80f;
Background color
Panel with #cdd80f background
background-color: #cdd80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd80f; background: linear-gradient(135deg, #cdd80f, #47D80F);