#cddf72
a light, vivid yellow · cool · closest name: khaki
RGB
205, 223, 114
HSL
70°, 63%, 66%
CMYK
8, 0, 49, 13
Luminance
0.6697
Every format
| HEX | #cddf72 |
| RGB | rgb(205, 223, 114) |
| HSL | hsl(70, 63%, 66%) |
| CMYK | cmyk(8%, 0%, 49%, 13%) |
| LAB | lab(85.5 -21.8 51.0) |
| LCH | lch(85.5 55.4 113.2) |
| OKLCH | oklch(0.867 0.136 117.1) |
Copy-ready code
/* CSS */
color: #cddf72;
background-color: #cddf72;
/* Tailwind (arbitrary) */
class="text-[#cddf72] bg-[#cddf72]"
/* SCSS */
$brand: #cddf72;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#cddf72")Accessibility — WCAG contrast
Aa
#cddf72 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf72 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue44.7%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow48.9%
Key (black)12.5%
Color previews
#cddf72 text on a black background
contrast 14.39:1
Card sample
#cddf72 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf72;
Background color
Panel with #cddf72 background
background-color: #cddf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf72; background: linear-gradient(135deg, #cddf72, #84DF72);