#c6cd0f
a dark, electric yellow · cool · closest name: gold
RGB
198, 205, 15
HSL
62°, 86%, 43%
CMYK
3, 0, 93, 20
Luminance
0.5570
Every format
| HEX | #c6cd0f |
| RGB | rgb(198, 205, 15) |
| HSL | hsl(62, 86%, 43%) |
| CMYK | cmyk(3%, 0%, 93%, 20%) |
| LAB | lab(79.5 -21.1 78.0) |
| LCH | lch(79.5 80.8 105.1) |
| OKLCH | oklch(0.816 0.179 112.2) |
Copy-ready code
/* CSS */
color: #c6cd0f;
background-color: #c6cd0f;
/* Tailwind (arbitrary) */
class="text-[#c6cd0f] bg-[#c6cd0f]"
/* SCSS */
$brand: #c6cd0f;
/* SwiftUI */
Color(red: 0.776, green: 0.804, blue: 0.059)
/* Android */
Color.parseColor("#c6cd0f")Accessibility — WCAG contrast
Aa
#c6cd0f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cd0f on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.4%
Blue5.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow92.7%
Key (black)19.6%
Color previews
#c6cd0f text on a black background
contrast 12.14:1
Card sample
#c6cd0f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cd0f;
Background color
Panel with #c6cd0f background
background-color: #c6cd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 205, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 205, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cd0f; background: linear-gradient(135deg, #c6cd0f, #47CD0F);