#cccd69
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 205, 105
HSL
61°, 50%, 61%
CMYK
1, 0, 49, 20
Luminance
0.5752
Every format
| HEX | #cccd69 |
| RGB | rgb(204, 205, 105) |
| HSL | hsl(61, 50%, 61%) |
| CMYK | cmyk(1%, 0%, 49%, 20%) |
| LAB | lab(80.5 -14.1 49.2) |
| LCH | lch(80.5 51.2 106.0) |
| OKLCH | oklch(0.827 0.123 109.3) |
Copy-ready code
/* CSS */
color: #cccd69;
background-color: #cccd69;
/* Tailwind (arbitrary) */
class="text-[#cccd69] bg-[#cccd69]"
/* SCSS */
$brand: #cccd69;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.412)
/* Android */
Color.parseColor("#cccd69")Accessibility — WCAG contrast
Aa
#cccd69 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd69 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue41.2%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow48.8%
Key (black)19.6%
Color previews
#cccd69 text on a black background
contrast 12.50:1
Card sample
#cccd69 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd69;
Background color
Panel with #cccd69 background
background-color: #cccd69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd69; background: linear-gradient(135deg, #cccd69, #89CD69);