#cdcb7b
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 203, 123
HSL
59°, 45%, 64%
CMYK
0, 1, 40, 20
Luminance
0.5712
Every format
| HEX | #cdcb7b |
| RGB | rgb(205, 203, 123) |
| HSL | hsl(59, 45%, 64%) |
| CMYK | cmyk(0%, 1%, 40%, 20%) |
| LAB | lab(80.3 -10.9 40.1) |
| LCH | lch(80.3 41.6 105.3) |
| OKLCH | oklch(0.826 0.102 107.2) |
Copy-ready code
/* CSS */
color: #cdcb7b;
background-color: #cdcb7b;
/* Tailwind (arbitrary) */
class="text-[#cdcb7b] bg-[#cdcb7b]"
/* SCSS */
$brand: #cdcb7b;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.482)
/* Android */
Color.parseColor("#cdcb7b")Accessibility — WCAG contrast
Aa
#cdcb7b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb7b on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow40.0%
Key (black)19.6%
Color previews
#cdcb7b text on a black background
contrast 12.42:1
Card sample
#cdcb7b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb7b;
Background color
Panel with #cdcb7b background
background-color: #cdcb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb7b; background: linear-gradient(135deg, #cdcb7b, #98CD7B);