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