#cdd28c
a light, soft yellow · cool · closest name: khaki
RGB
205, 210, 140
HSL
64°, 44%, 69%
CMYK
2, 0, 33, 18
Luminance
0.6097
Every format
| HEX | #cdd28c |
| RGB | rgb(205, 210, 140) |
| HSL | hsl(64, 44%, 69%) |
| CMYK | cmyk(2%, 0%, 33%, 18%) |
| LAB | lab(82.4 -12.5 34.2) |
| LCH | lch(82.4 36.4 110.1) |
| OKLCH | oklch(0.844 0.091 111.7) |
Copy-ready code
/* CSS */
color: #cdd28c;
background-color: #cdd28c;
/* Tailwind (arbitrary) */
class="text-[#cdd28c] bg-[#cdd28c]"
/* SCSS */
$brand: #cdd28c;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.549)
/* Android */
Color.parseColor("#cdd28c")Accessibility — WCAG contrast
Aa
#cdd28c on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd28c on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue54.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow33.3%
Key (black)17.6%
Color previews
#cdd28c text on a black background
contrast 13.19:1
Card sample
#cdd28c text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd28c;
Background color
Panel with #cdd28c background
background-color: #cdd28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd28c; background: linear-gradient(135deg, #cdd28c, #9ED28C);