#c9d607
a dark, electric yellow · cool · closest name: yellow
RGB
201, 214, 7
HSL
64°, 94%, 43%
CMYK
6, 0, 97, 16
Luminance
0.6053
Every format
| HEX | #c9d607 |
| RGB | rgb(201, 214, 7) |
| HSL | hsl(64, 94%, 43%) |
| CMYK | cmyk(6%, 0%, 97%, 16%) |
| LAB | lab(82.1 -24.3 81.0) |
| LCH | lch(82.1 84.5 106.7) |
| OKLCH | oklch(0.838 0.188 114.1) |
Copy-ready code
/* CSS */
color: #c9d607;
background-color: #c9d607;
/* Tailwind (arbitrary) */
class="text-[#c9d607] bg-[#c9d607]"
/* SCSS */
$brand: #c9d607;
/* SwiftUI */
Color(red: 0.788, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#c9d607")Accessibility — WCAG contrast
Aa
#c9d607 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d607 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.9%
Blue2.7%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#c9d607 text on a black background
contrast 13.11:1
Card sample
#c9d607 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d607;
Background color
Panel with #c9d607 background
background-color: #c9d607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d607; background: linear-gradient(135deg, #c9d607, #3FD607);