#c6d430
a balanced, vivid yellow · cool · closest name: gold
RGB
198, 212, 48
HSL
65°, 66%, 51%
CMYK
7, 0, 77, 17
Luminance
0.5931
Every format
| HEX | #c6d430 |
| RGB | rgb(198, 212, 48) |
| HSL | hsl(65, 66%, 51%) |
| CMYK | cmyk(7%, 0%, 77%, 17%) |
| LAB | lab(81.5 -23.7 72.8) |
| LCH | lch(81.5 76.6 108.0) |
| OKLCH | oklch(0.832 0.175 114.6) |
Copy-ready code
/* CSS */
color: #c6d430;
background-color: #c6d430;
/* Tailwind (arbitrary) */
class="text-[#c6d430] bg-[#c6d430]"
/* SCSS */
$brand: #c6d430;
/* SwiftUI */
Color(red: 0.776, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#c6d430")Accessibility — WCAG contrast
Aa
#c6d430 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d430 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green83.1%
Blue18.8%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#c6d430 text on a black background
contrast 12.86:1
Card sample
#c6d430 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d430;
Background color
Panel with #c6d430 background
background-color: #c6d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d430; background: linear-gradient(135deg, #c6d430, #59D430);