#cdd47f
a light, vivid yellow · cool · closest name: khaki
RGB
205, 212, 127
HSL
65°, 50%, 67%
CMYK
3, 0, 40, 17
Luminance
0.6160
Every format
| HEX | #cdd47f |
| RGB | rgb(205, 212, 127) |
| HSL | hsl(65, 50%, 67%) |
| CMYK | cmyk(3%, 0%, 40%, 17%) |
| LAB | lab(82.7 -15.1 41.2) |
| LCH | lch(82.7 43.9 110.1) |
| OKLCH | oklch(0.846 0.108 112.6) |
Copy-ready code
/* CSS */
color: #cdd47f;
background-color: #cdd47f;
/* Tailwind (arbitrary) */
class="text-[#cdd47f] bg-[#cdd47f]"
/* SCSS */
$brand: #cdd47f;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#cdd47f")Accessibility — WCAG contrast
Aa
#cdd47f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd47f on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue49.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#cdd47f text on a black background
contrast 13.32:1
Card sample
#cdd47f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd47f;
Background color
Panel with #cdd47f background
background-color: #cdd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd47f; background: linear-gradient(135deg, #cdd47f, #94D47F);