#cdcb3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 203, 63
HSL
59°, 59%, 53%
CMYK
0, 1, 69, 20
Luminance
0.5605
Every format
| HEX | #cdcb3f |
| RGB | rgb(205, 203, 63) |
| HSL | hsl(59, 59%, 53%) |
| CMYK | cmyk(0%, 1%, 69%, 20%) |
| LAB | lab(79.6 -15.7 66.4) |
| LCH | lch(79.6 68.2 103.3) |
| OKLCH | oklch(0.819 0.156 108.6) |
Copy-ready code
/* CSS */
color: #cdcb3f;
background-color: #cdcb3f;
/* Tailwind (arbitrary) */
class="text-[#cdcb3f] bg-[#cdcb3f]"
/* SCSS */
$brand: #cdcb3f;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.247)
/* Android */
Color.parseColor("#cdcb3f")Accessibility — WCAG contrast
Aa
#cdcb3f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb3f on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow69.3%
Key (black)19.6%
Color previews
#cdcb3f text on a black background
contrast 12.21:1
Card sample
#cdcb3f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb3f;
Background color
Panel with #cdcb3f background
background-color: #cdcb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb3f; background: linear-gradient(135deg, #cdcb3f, #70CD3F);