#cccd63
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 205, 99
HSL
61°, 52%, 60%
CMYK
1, 0, 52, 20
Luminance
0.5740
Every format
| HEX | #cccd63 |
| RGB | rgb(204, 205, 99) |
| HSL | hsl(61, 52%, 60%) |
| CMYK | cmyk(1%, 0%, 52%, 20%) |
| LAB | lab(80.4 -14.7 52.0) |
| LCH | lch(80.4 54.0 105.8) |
| OKLCH | oklch(0.826 0.129 109.4) |
Copy-ready code
/* CSS */
color: #cccd63;
background-color: #cccd63;
/* Tailwind (arbitrary) */
class="text-[#cccd63] bg-[#cccd63]"
/* SCSS */
$brand: #cccd63;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.388)
/* Android */
Color.parseColor("#cccd63")Accessibility — WCAG contrast
Aa
#cccd63 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd63 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue38.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow51.7%
Key (black)19.6%
Color previews
#cccd63 text on a black background
contrast 12.48:1
Card sample
#cccd63 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd63;
Background color
Panel with #cccd63 background
background-color: #cccd63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd63; background: linear-gradient(135deg, #cccd63, #85CD63);