#c7ce21
a balanced, vivid yellow · cool · closest name: gold
RGB
199, 206, 33
HSL
62°, 72%, 47%
CMYK
3, 0, 84, 19
Luminance
0.5639
Every format
| HEX | #c7ce21 |
| RGB | rgb(199, 206, 33) |
| HSL | hsl(62, 72%, 47%) |
| CMYK | cmyk(3%, 0%, 84%, 19%) |
| LAB | lab(79.8 -20.8 75.3) |
| LCH | lch(79.8 78.1 105.5) |
| OKLCH | oklch(0.819 0.175 112.2) |
Copy-ready code
/* CSS */
color: #c7ce21;
background-color: #c7ce21;
/* Tailwind (arbitrary) */
class="text-[#c7ce21] bg-[#c7ce21]"
/* SCSS */
$brand: #c7ce21;
/* SwiftUI */
Color(red: 0.780, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#c7ce21")Accessibility — WCAG contrast
Aa
#c7ce21 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ce21 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.8%
Blue12.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow84.0%
Key (black)19.2%
Color previews
#c7ce21 text on a black background
contrast 12.28:1
Card sample
#c7ce21 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ce21;
Background color
Panel with #c7ce21 background
background-color: #c7ce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ce21; background: linear-gradient(135deg, #c7ce21, #54CE21);