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