#cdd76c
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 215, 108
HSL
66°, 57%, 63%
CMYK
5, 0, 50, 16
Luminance
0.6266
Every format
| HEX | #cdd76c |
| RGB | rgb(205, 215, 108) |
| HSL | hsl(66, 57%, 63%) |
| CMYK | cmyk(5%, 0%, 50%, 16%) |
| LAB | lab(83.3 -18.4 51.1) |
| LCH | lch(83.3 54.4 109.8) |
| OKLCH | oklch(0.849 0.132 113.6) |
Copy-ready code
/* CSS */
color: #cdd76c;
background-color: #cdd76c;
/* Tailwind (arbitrary) */
class="text-[#cdd76c] bg-[#cdd76c]"
/* SCSS */
$brand: #cdd76c;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.424)
/* Android */
Color.parseColor("#cdd76c")Accessibility — WCAG contrast
Aa
#cdd76c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd76c on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue42.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow49.8%
Key (black)15.7%
Color previews
#cdd76c text on a black background
contrast 13.53:1
Card sample
#cdd76c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd76c;
Background color
Panel with #cdd76c background
background-color: #cdd76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd76c; background: linear-gradient(135deg, #cdd76c, #86D76C);