#cccd53
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 205, 83
HSL
61°, 55%, 57%
CMYK
1, 0, 60, 20
Luminance
0.5712
Every format
| HEX | #cccd53 |
| RGB | rgb(204, 205, 83) |
| HSL | hsl(61, 55%, 57%) |
| CMYK | cmyk(1%, 0%, 60%, 20%) |
| LAB | lab(80.3 -15.9 59.0) |
| LCH | lch(80.3 61.1 105.1) |
| OKLCH | oklch(0.824 0.143 109.6) |
Copy-ready code
/* CSS */
color: #cccd53;
background-color: #cccd53;
/* Tailwind (arbitrary) */
class="text-[#cccd53] bg-[#cccd53]"
/* SCSS */
$brand: #cccd53;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.325)
/* Android */
Color.parseColor("#cccd53")Accessibility — WCAG contrast
Aa
#cccd53 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccd53 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue32.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow59.5%
Key (black)19.6%
Color previews
#cccd53 text on a black background
contrast 12.42:1
Card sample
#cccd53 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccd53;
Background color
Panel with #cccd53 background
background-color: #cccd53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccd53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccd53; background: linear-gradient(135deg, #cccd53, #7BCD53);