#cdd44c
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 212, 76
HSL
63°, 61%, 57%
CMYK
3, 0, 64, 17
Luminance
0.6059
Every format
| HEX | #cdd44c |
| RGB | rgb(205, 212, 76) |
| HSL | hsl(63, 61%, 57%) |
| CMYK | cmyk(3%, 0%, 64%, 17%) |
| LAB | lab(82.2 -19.4 63.9) |
| LCH | lch(82.2 66.8 106.9) |
| OKLCH | oklch(0.840 0.156 112.1) |
Copy-ready code
/* CSS */
color: #cdd44c;
background-color: #cdd44c;
/* Tailwind (arbitrary) */
class="text-[#cdd44c] bg-[#cdd44c]"
/* SCSS */
$brand: #cdd44c;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.298)
/* Android */
Color.parseColor("#cdd44c")Accessibility — WCAG contrast
Aa
#cdd44c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd44c on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue29.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow64.2%
Key (black)16.9%
Color previews
#cdd44c text on a black background
contrast 13.12:1
Card sample
#cdd44c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd44c;
Background color
Panel with #cdd44c background
background-color: #cdd44c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd44c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd44c; background: linear-gradient(135deg, #cdd44c, #72D44C);