#cddf6e
a light, vivid yellow · cool · closest name: khaki
RGB
205, 223, 110
HSL
70°, 64%, 65%
CMYK
8, 0, 51, 13
Luminance
0.6688
Every format
| HEX | #cddf6e |
| RGB | rgb(205, 223, 110) |
| HSL | hsl(70, 64%, 65%) |
| CMYK | cmyk(8%, 0%, 51%, 13%) |
| LAB | lab(85.4 -22.2 52.8) |
| LCH | lch(85.4 57.2 112.8) |
| OKLCH | oklch(0.867 0.140 116.9) |
Copy-ready code
/* CSS */
color: #cddf6e;
background-color: #cddf6e;
/* Tailwind (arbitrary) */
class="text-[#cddf6e] bg-[#cddf6e]"
/* SCSS */
$brand: #cddf6e;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.431)
/* Android */
Color.parseColor("#cddf6e")Accessibility — WCAG contrast
Aa
#cddf6e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf6e on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue43.1%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow50.7%
Key (black)12.5%
Color previews
#cddf6e text on a black background
contrast 14.38:1
Card sample
#cddf6e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf6e;
Background color
Panel with #cddf6e background
background-color: #cddf6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf6e; background: linear-gradient(135deg, #cddf6e, #82DF6E);