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