#ccc433
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 196, 51
HSL
57°, 60%, 50%
CMYK
0, 4, 75, 20
Luminance
0.5256
Every format
| HEX | #ccc433 |
| RGB | rgb(204, 196, 51) |
| HSL | hsl(57, 60%, 50%) |
| CMYK | cmyk(0%, 4%, 75%, 20%) |
| LAB | lab(77.6 -13.1 68.6) |
| LCH | lch(77.6 69.8 100.8) |
| OKLCH | oklch(0.802 0.156 106.2) |
Copy-ready code
/* CSS */
color: #ccc433;
background-color: #ccc433;
/* Tailwind (arbitrary) */
class="text-[#ccc433] bg-[#ccc433]"
/* SCSS */
$brand: #ccc433;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.200)
/* Android */
Color.parseColor("#ccc433")Accessibility — WCAG contrast
Aa
#ccc433 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc433 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow75.0%
Key (black)20.0%
Color previews
#ccc433 text on a black background
contrast 11.51:1
Card sample
#ccc433 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc433;
Background color
Panel with #ccc433 background
background-color: #ccc433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc433; background: linear-gradient(135deg, #ccc433, #6ECC33);