#ccc839
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 200, 57
HSL
58°, 59%, 51%
CMYK
0, 2, 72, 20
Luminance
0.5444
Every format
| HEX | #ccc839 |
| RGB | rgb(204, 200, 57) |
| HSL | hsl(58, 59%, 51%) |
| CMYK | cmyk(0%, 2%, 72%, 20%) |
| LAB | lab(78.7 -14.9 67.6) |
| LCH | lch(78.7 69.2 102.4) |
| OKLCH | oklch(0.811 0.157 107.8) |
Copy-ready code
/* CSS */
color: #ccc839;
background-color: #ccc839;
/* Tailwind (arbitrary) */
class="text-[#ccc839] bg-[#ccc839]"
/* SCSS */
$brand: #ccc839;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.224)
/* Android */
Color.parseColor("#ccc839")Accessibility — WCAG contrast
Aa
#ccc839 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc839 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow72.1%
Key (black)20.0%
Color previews
#ccc839 text on a black background
contrast 11.89:1
Card sample
#ccc839 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc839;
Background color
Panel with #ccc839 background
background-color: #ccc839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc839; background: linear-gradient(135deg, #ccc839, #6ECC39);