#cddf31
a balanced, vivid yellow · cool · closest name: yellow
RGB
205, 223, 49
HSL
66°, 73%, 53%
CMYK
8, 0, 78, 13
Luminance
0.6598
Every format
| HEX | #cddf31 |
| RGB | rgb(205, 223, 49) |
| HSL | hsl(66, 73%, 53%) |
| CMYK | cmyk(8%, 0%, 78%, 13%) |
| LAB | lab(85.0 -26.0 75.9) |
| LCH | lch(85.0 80.2 108.9) |
| OKLCH | oklch(0.862 0.184 115.7) |
Copy-ready code
/* CSS */
color: #cddf31;
background-color: #cddf31;
/* Tailwind (arbitrary) */
class="text-[#cddf31] bg-[#cddf31]"
/* SCSS */
$brand: #cddf31;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.192)
/* Android */
Color.parseColor("#cddf31")Accessibility — WCAG contrast
Aa
#cddf31 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf31 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue19.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow78.0%
Key (black)12.5%
Color previews
#cddf31 text on a black background
contrast 14.20:1
Card sample
#cddf31 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf31;
Background color
Panel with #cddf31 background
background-color: #cddf31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf31; background: linear-gradient(135deg, #cddf31, #59DF31);