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