#cdd63f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 214, 63
HSL
64°, 65%, 54%
CMYK
4, 0, 71, 16
Luminance
0.6143
Every format
| HEX | #cdd63f |
| RGB | rgb(205, 214, 63) |
| HSL | hsl(64, 65%, 54%) |
| CMYK | cmyk(4%, 0%, 71%, 16%) |
| LAB | lab(82.6 -21.1 69.3) |
| LCH | lch(82.6 72.4 106.9) |
| OKLCH | oklch(0.843 0.167 112.9) |
Copy-ready code
/* CSS */
color: #cdd63f;
background-color: #cdd63f;
/* Tailwind (arbitrary) */
class="text-[#cdd63f] bg-[#cdd63f]"
/* SCSS */
$brand: #cdd63f;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.247)
/* Android */
Color.parseColor("#cdd63f")Accessibility — WCAG contrast
Aa
#cdd63f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd63f on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue24.7%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow70.6%
Key (black)16.1%
Color previews
#cdd63f text on a black background
contrast 13.29:1
Card sample
#cdd63f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd63f;
Background color
Panel with #cdd63f background
background-color: #cdd63f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd63f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd63f; background: linear-gradient(135deg, #cdd63f, #68D63F);