#cdd87c
a light, vivid yellow · cool · closest name: khaki
RGB
205, 216, 124
HSL
67°, 54%, 67%
CMYK
5, 0, 43, 15
Luminance
0.6355
Every format
| HEX | #cdd87c |
| RGB | rgb(205, 216, 124) |
| HSL | hsl(67, 54%, 67%) |
| CMYK | cmyk(5%, 0%, 43%, 15%) |
| LAB | lab(83.7 -17.4 44.0) |
| LCH | lch(83.7 47.3 111.5) |
| OKLCH | oklch(0.854 0.117 114.5) |
Copy-ready code
/* CSS */
color: #cdd87c;
background-color: #cdd87c;
/* Tailwind (arbitrary) */
class="text-[#cdd87c] bg-[#cdd87c]"
/* SCSS */
$brand: #cdd87c;
/* SwiftUI */
Color(red: 0.804, green: 0.847, blue: 0.486)
/* Android */
Color.parseColor("#cdd87c")Accessibility — WCAG contrast
Aa
#cdd87c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd87c on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.7%
Blue48.6%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow42.6%
Key (black)15.3%
Color previews
#cdd87c text on a black background
contrast 13.71:1
Card sample
#cdd87c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd87c;
Background color
Panel with #cdd87c background
background-color: #cdd87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 216, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 216, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd87c; background: linear-gradient(135deg, #cdd87c, #90D87C);