#cdd36c
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 211, 108
HSL
64°, 54%, 63%
CMYK
3, 0, 49, 17
Luminance
0.6065
Every format
| HEX | #cdd36c |
| RGB | rgb(205, 211, 108) |
| HSL | hsl(64, 54%, 63%) |
| CMYK | cmyk(3%, 0%, 49%, 17%) |
| LAB | lab(82.2 -16.5 49.9) |
| LCH | lch(82.2 52.5 108.3) |
| OKLCH | oklch(0.841 0.127 111.8) |
Copy-ready code
/* CSS */
color: #cdd36c;
background-color: #cdd36c;
/* Tailwind (arbitrary) */
class="text-[#cdd36c] bg-[#cdd36c]"
/* SCSS */
$brand: #cdd36c;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.424)
/* Android */
Color.parseColor("#cdd36c")Accessibility — WCAG contrast
Aa
#cdd36c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd36c on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue42.4%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow48.8%
Key (black)17.3%
Color previews
#cdd36c text on a black background
contrast 13.13:1
Card sample
#cdd36c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd36c;
Background color
Panel with #cdd36c background
background-color: #cdd36c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd36c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd36c; background: linear-gradient(135deg, #cdd36c, #88D36C);