#cecb39
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 203, 57
HSL
59°, 60%, 52%
CMYK
0, 2, 72, 19
Luminance
0.5613
Every format
| HEX | #cecb39 |
| RGB | rgb(206, 203, 57) |
| HSL | hsl(59, 60%, 52%) |
| CMYK | cmyk(0%, 2%, 72%, 19%) |
| LAB | lab(79.7 -15.5 68.6) |
| LCH | lch(79.7 70.3 102.8) |
| OKLCH | oklch(0.820 0.159 108.3) |
Copy-ready code
/* CSS */
color: #cecb39;
background-color: #cecb39;
/* Tailwind (arbitrary) */
class="text-[#cecb39] bg-[#cecb39]"
/* SCSS */
$brand: #cecb39;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#cecb39")Accessibility — WCAG contrast
Aa
#cecb39 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecb39 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow72.3%
Key (black)19.2%
Color previews
#cecb39 text on a black background
contrast 12.23:1
Card sample
#cecb39 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecb39;
Background color
Panel with #cecb39 background
background-color: #cecb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecb39; background: linear-gradient(135deg, #cecb39, #6ECE39);