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