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