#cecc2f
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 204, 47
HSL
59°, 63%, 50%
CMYK
0, 1, 77, 19
Luminance
0.5651
Every format
| HEX | #cecc2f |
| RGB | rgb(206, 204, 47) |
| HSL | hsl(59, 63%, 50%) |
| CMYK | cmyk(0%, 1%, 77%, 19%) |
| LAB | lab(79.9 -16.4 72.0) |
| LCH | lch(79.9 73.8 102.9) |
| OKLCH | oklch(0.821 0.166 108.8) |
Copy-ready code
/* CSS */
color: #cecc2f;
background-color: #cecc2f;
/* Tailwind (arbitrary) */
class="text-[#cecc2f] bg-[#cecc2f]"
/* SCSS */
$brand: #cecc2f;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#cecc2f")Accessibility — WCAG contrast
Aa
#cecc2f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecc2f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow77.2%
Key (black)19.2%
Color previews
#cecc2f text on a black background
contrast 12.30:1
Card sample
#cecc2f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecc2f;
Background color
Panel with #cecc2f background
background-color: #cecc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecc2f; background: linear-gradient(135deg, #cecc2f, #66CE2F);