#cddc23
a balanced, vivid yellow · cool · closest name: yellow
RGB
205, 220, 35
HSL
65°, 73%, 50%
CMYK
7, 0, 84, 14
Luminance
0.6429
Every format
| HEX | #cddc23 |
| RGB | rgb(205, 220, 35) |
| HSL | hsl(65, 73%, 50%) |
| CMYK | cmyk(7%, 0%, 84%, 14%) |
| LAB | lab(84.1 -25.0 78.6) |
| LCH | lch(84.1 82.5 107.7) |
| OKLCH | oklch(0.855 0.186 114.7) |
Copy-ready code
/* CSS */
color: #cddc23;
background-color: #cddc23;
/* Tailwind (arbitrary) */
class="text-[#cddc23] bg-[#cddc23]"
/* SCSS */
$brand: #cddc23;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.137)
/* Android */
Color.parseColor("#cddc23")Accessibility — WCAG contrast
Aa
#cddc23 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc23 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue13.7%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow84.1%
Key (black)13.7%
Color previews
#cddc23 text on a black background
contrast 13.86:1
Card sample
#cddc23 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc23;
Background color
Panel with #cddc23 background
background-color: #cddc23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc23; background: linear-gradient(135deg, #cddc23, #52DC23);