#c7d331
a balanced, vivid yellow · cool · closest name: gold
RGB
199, 211, 49
HSL
64°, 65%, 51%
CMYK
6, 0, 77, 17
Luminance
0.5895
Every format
| HEX | #c7d331 |
| RGB | rgb(199, 211, 49) |
| HSL | hsl(64, 65%, 51%) |
| CMYK | cmyk(6%, 0%, 77%, 17%) |
| LAB | lab(81.3 -22.7 72.4) |
| LCH | lch(81.3 75.9 107.4) |
| OKLCH | oklch(0.831 0.173 114.0) |
Copy-ready code
/* CSS */
color: #c7d331;
background-color: #c7d331;
/* Tailwind (arbitrary) */
class="text-[#c7d331] bg-[#c7d331]"
/* SCSS */
$brand: #c7d331;
/* SwiftUI */
Color(red: 0.780, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#c7d331")Accessibility — WCAG contrast
Aa
#c7d331 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7d331 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green82.7%
Blue19.2%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#c7d331 text on a black background
contrast 12.79:1
Card sample
#c7d331 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7d331;
Background color
Panel with #c7d331 background
background-color: #c7d331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7d331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7d331; background: linear-gradient(135deg, #c7d331, #5BD331);