#cdda34
a balanced, vivid yellow · cool · closest name: yellow
RGB
205, 218, 52
HSL
65°, 69%, 53%
CMYK
6, 0, 76, 15
Luminance
0.6337
Every format
| HEX | #cdda34 |
| RGB | rgb(205, 218, 52) |
| HSL | hsl(65, 69%, 53%) |
| CMYK | cmyk(6%, 0%, 76%, 15%) |
| LAB | lab(83.6 -23.5 73.8) |
| LCH | lch(83.6 77.5 107.7) |
| OKLCH | oklch(0.851 0.177 114.2) |
Copy-ready code
/* CSS */
color: #cdda34;
background-color: #cdda34;
/* Tailwind (arbitrary) */
class="text-[#cdda34] bg-[#cdda34]"
/* SCSS */
$brand: #cdda34;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.204)
/* Android */
Color.parseColor("#cdda34")Accessibility — WCAG contrast
Aa
#cdda34 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdda34 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue20.4%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow76.1%
Key (black)14.5%
Color previews
#cdda34 text on a black background
contrast 13.67:1
Card sample
#cdda34 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdda34;
Background color
Panel with #cdda34 background
background-color: #cdda34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdda34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdda34; background: linear-gradient(135deg, #cdda34, #5EDA34);