#ccce39
a balanced, vivid yellow · cool · closest name: gold
RGB
204, 206, 57
HSL
61°, 60%, 52%
CMYK
1, 0, 72, 19
Luminance
0.5728
Every format
| HEX | #ccce39 |
| RGB | rgb(204, 206, 57) |
| HSL | hsl(61, 60%, 52%) |
| CMYK | cmyk(1%, 0%, 72%, 19%) |
| LAB | lab(80.3 -17.9 69.1) |
| LCH | lch(80.3 71.4 104.5) |
| OKLCH | oklch(0.824 0.163 110.3) |
Copy-ready code
/* CSS */
color: #ccce39;
background-color: #ccce39;
/* Tailwind (arbitrary) */
class="text-[#ccce39] bg-[#ccce39]"
/* SCSS */
$brand: #ccce39;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#ccce39")Accessibility — WCAG contrast
Aa
#ccce39 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccce39 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue22.4%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow72.3%
Key (black)19.2%
Color previews
#ccce39 text on a black background
contrast 12.46:1
Card sample
#ccce39 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccce39;
Background color
Panel with #ccce39 background
background-color: #ccce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccce39; background: linear-gradient(135deg, #ccce39, #69CE39);