#c7ce2c
a balanced, vivid yellow · cool · closest name: gold
RGB
199, 206, 44
HSL
63°, 65%, 49%
CMYK
3, 0, 79, 19
Luminance
0.5647
Every format
| HEX | #c7ce2c |
| RGB | rgb(199, 206, 44) |
| HSL | hsl(63, 65%, 49%) |
| CMYK | cmyk(3%, 0%, 79%, 19%) |
| LAB | lab(79.9 -20.5 72.6) |
| LCH | lch(79.9 75.4 105.8) |
| OKLCH | oklch(0.820 0.170 112.2) |
Copy-ready code
/* CSS */
color: #c7ce2c;
background-color: #c7ce2c;
/* Tailwind (arbitrary) */
class="text-[#c7ce2c] bg-[#c7ce2c]"
/* SCSS */
$brand: #c7ce2c;
/* SwiftUI */
Color(red: 0.780, green: 0.808, blue: 0.173)
/* Android */
Color.parseColor("#c7ce2c")Accessibility — WCAG contrast
Aa
#c7ce2c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ce2c on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.8%
Blue17.3%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow78.6%
Key (black)19.2%
Color previews
#c7ce2c text on a black background
contrast 12.29:1
Card sample
#c7ce2c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ce2c;
Background color
Panel with #c7ce2c background
background-color: #c7ce2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ce2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 206, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 206, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ce2c; background: linear-gradient(135deg, #c7ce2c, #5BCE2C);