#cdcb7f
a light, soft yellow · cool · closest name: khaki
RGB
205, 203, 127
HSL
59°, 44%, 65%
CMYK
0, 1, 38, 20
Luminance
0.5722
Every format
| HEX | #cdcb7f |
| RGB | rgb(205, 203, 127) |
| HSL | hsl(59, 44%, 65%) |
| CMYK | cmyk(0%, 1%, 38%, 20%) |
| LAB | lab(80.3 -10.5 38.2) |
| LCH | lch(80.3 39.6 105.4) |
| OKLCH | oklch(0.827 0.098 107.1) |
Copy-ready code
/* CSS */
color: #cdcb7f;
background-color: #cdcb7f;
/* Tailwind (arbitrary) */
class="text-[#cdcb7f] bg-[#cdcb7f]"
/* SCSS */
$brand: #cdcb7f;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#cdcb7f")Accessibility — WCAG contrast
Aa
#cdcb7f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb7f on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow38.0%
Key (black)19.6%
Color previews
#cdcb7f text on a black background
contrast 12.44:1
Card sample
#cdcb7f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb7f;
Background color
Panel with #cdcb7f background
background-color: #cdcb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb7f; background: linear-gradient(135deg, #cdcb7f, #9BCD7F);