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