#cdd48c
a light, vivid yellow · cool · closest name: khaki
RGB
205, 212, 140
HSL
66°, 46%, 69%
CMYK
3, 0, 34, 17
Luminance
0.6196
Every format
| HEX | #cdd48c |
| RGB | rgb(205, 212, 140) |
| HSL | hsl(66, 46%, 69%) |
| CMYK | cmyk(3%, 0%, 34%, 17%) |
| LAB | lab(82.9 -13.5 34.9) |
| LCH | lch(82.9 37.4 111.2) |
| OKLCH | oklch(0.848 0.094 112.9) |
Copy-ready code
/* CSS */
color: #cdd48c;
background-color: #cdd48c;
/* Tailwind (arbitrary) */
class="text-[#cdd48c] bg-[#cdd48c]"
/* SCSS */
$brand: #cdd48c;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.549)
/* Android */
Color.parseColor("#cdd48c")Accessibility — WCAG contrast
Aa
#cdd48c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd48c on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue54.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow34.0%
Key (black)16.9%
Color previews
#cdd48c text on a black background
contrast 13.39:1
Card sample
#cdd48c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd48c;
Background color
Panel with #cdd48c background
background-color: #cdd48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd48c; background: linear-gradient(135deg, #cdd48c, #9DD48C);