#cdd77f
a light, vivid yellow · cool · closest name: khaki
RGB
205, 215, 127
HSL
67°, 52%, 67%
CMYK
5, 0, 41, 16
Luminance
0.6311
Every format
| HEX | #cdd77f |
| RGB | rgb(205, 215, 127) |
| HSL | hsl(67, 52%, 67%) |
| CMYK | cmyk(5%, 0%, 41%, 16%) |
| LAB | lab(83.5 -16.6 42.2) |
| LCH | lch(83.5 45.4 111.4) |
| OKLCH | oklch(0.852 0.112 114.1) |
Copy-ready code
/* CSS */
color: #cdd77f;
background-color: #cdd77f;
/* Tailwind (arbitrary) */
class="text-[#cdd77f] bg-[#cdd77f]"
/* SCSS */
$brand: #cdd77f;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.498)
/* Android */
Color.parseColor("#cdd77f")Accessibility — WCAG contrast
Aa
#cdd77f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd77f on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue49.8%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow40.9%
Key (black)15.7%
Color previews
#cdd77f text on a black background
contrast 13.62:1
Card sample
#cdd77f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd77f;
Background color
Panel with #cdd77f background
background-color: #cdd77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd77f; background: linear-gradient(135deg, #cdd77f, #92D77F);