#cdc53f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 197, 63
HSL
57°, 59%, 53%
CMYK
0, 4, 69, 20
Luminance
0.5327
Every format
| HEX | #cdc53f |
| RGB | rgb(205, 197, 63) |
| HSL | hsl(57, 59%, 53%) |
| CMYK | cmyk(0%, 4%, 69%, 20%) |
| LAB | lab(78.0 -12.6 64.8) |
| LCH | lch(78.0 66.0 101.0) |
| OKLCH | oklch(0.806 0.150 105.9) |
Copy-ready code
/* CSS */
color: #cdc53f;
background-color: #cdc53f;
/* Tailwind (arbitrary) */
class="text-[#cdc53f] bg-[#cdc53f]"
/* SCSS */
$brand: #cdc53f;
/* SwiftUI */
Color(red: 0.804, green: 0.773, blue: 0.247)
/* Android */
Color.parseColor("#cdc53f")Accessibility — WCAG contrast
Aa
#cdc53f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc53f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green77.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow69.3%
Key (black)19.6%
Color previews
#cdc53f text on a black background
contrast 11.65:1
Card sample
#cdc53f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc53f;
Background color
Panel with #cdc53f background
background-color: #cdc53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 197, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 197, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc53f; background: linear-gradient(135deg, #cdc53f, #76CD3F);