#cddc65
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 220, 101
HSL
68°, 63%, 63%
CMYK
7, 0, 54, 14
Luminance
0.6511
Every format
| HEX | #cddc65 |
| RGB | rgb(205, 220, 101) |
| HSL | hsl(68, 63%, 63%) |
| CMYK | cmyk(7%, 0%, 54%, 14%) |
| LAB | lab(84.5 -21.5 55.8) |
| LCH | lch(84.5 59.8 111.1) |
| OKLCH | oklch(0.859 0.145 115.5) |
Copy-ready code
/* CSS */
color: #cddc65;
background-color: #cddc65;
/* Tailwind (arbitrary) */
class="text-[#cddc65] bg-[#cddc65]"
/* SCSS */
$brand: #cddc65;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.396)
/* Android */
Color.parseColor("#cddc65")Accessibility — WCAG contrast
Aa
#cddc65 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc65 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue39.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow54.1%
Key (black)13.7%
Color previews
#cddc65 text on a black background
contrast 14.02:1
Card sample
#cddc65 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc65;
Background color
Panel with #cddc65 background
background-color: #cddc65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc65; background: linear-gradient(135deg, #cddc65, #7DDC65);