#cddf62
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 223, 98
HSL
69°, 66%, 63%
CMYK
8, 0, 56, 13
Luminance
0.6664
Every format
| HEX | #cddf62 |
| RGB | rgb(205, 223, 98) |
| HSL | hsl(69, 66%, 63%) |
| CMYK | cmyk(8%, 0%, 56%, 13%) |
| LAB | lab(85.3 -23.2 58.1) |
| LCH | lch(85.3 62.5 111.8) |
| OKLCH | oklch(0.865 0.151 116.5) |
Copy-ready code
/* CSS */
color: #cddf62;
background-color: #cddf62;
/* Tailwind (arbitrary) */
class="text-[#cddf62] bg-[#cddf62]"
/* SCSS */
$brand: #cddf62;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.384)
/* Android */
Color.parseColor("#cddf62")Accessibility — WCAG contrast
Aa
#cddf62 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf62 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue38.4%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow56.1%
Key (black)12.5%
Color previews
#cddf62 text on a black background
contrast 14.33:1
Card sample
#cddf62 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf62;
Background color
Panel with #cddf62 background
background-color: #cddf62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf62; background: linear-gradient(135deg, #cddf62, #7ADF62);