#cddc77
a light, vivid yellow · cool · closest name: khaki
RGB
205, 220, 119
HSL
69°, 59%, 67%
CMYK
7, 0, 46, 14
Luminance
0.6550
Every format
| HEX | #cddc77 |
| RGB | rgb(205, 220, 119) |
| HSL | hsl(69, 59%, 67%) |
| CMYK | cmyk(7%, 0%, 46%, 14%) |
| LAB | lab(84.7 -19.9 47.7) |
| LCH | lch(84.7 51.6 112.6) |
| OKLCH | oklch(0.862 0.127 116.1) |
Copy-ready code
/* CSS */
color: #cddc77;
background-color: #cddc77;
/* Tailwind (arbitrary) */
class="text-[#cddc77] bg-[#cddc77]"
/* SCSS */
$brand: #cddc77;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.467)
/* Android */
Color.parseColor("#cddc77")Accessibility — WCAG contrast
Aa
#cddc77 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc77 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue46.7%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow45.9%
Key (black)13.7%
Color previews
#cddc77 text on a black background
contrast 14.10:1
Card sample
#cddc77 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc77;
Background color
Panel with #cddc77 background
background-color: #cddc77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc77; background: linear-gradient(135deg, #cddc77, #8ADC77);