#c9da02
a dark, electric yellow · cool · closest name: yellow
RGB
201, 218, 2
HSL
65°, 98%, 43%
CMYK
8, 0, 99, 15
Luminance
0.6256
Every format
| HEX | #c9da02 |
| RGB | rgb(201, 218, 2) |
| HSL | hsl(65, 98%, 43%) |
| CMYK | cmyk(8%, 0%, 99%, 15%) |
| LAB | lab(83.2 -26.3 82.2) |
| LCH | lch(83.2 86.3 107.7) |
| OKLCH | oklch(0.846 0.192 115.3) |
Copy-ready code
/* CSS */
color: #c9da02;
background-color: #c9da02;
/* Tailwind (arbitrary) */
class="text-[#c9da02] bg-[#c9da02]"
/* SCSS */
$brand: #c9da02;
/* SwiftUI */
Color(red: 0.788, green: 0.855, blue: 0.008)
/* Android */
Color.parseColor("#c9da02")Accessibility — WCAG contrast
Aa
#c9da02 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9da02 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.5%
Blue0.8%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow99.1%
Key (black)14.5%
Color previews
#c9da02 text on a black background
contrast 13.51:1
Card sample
#c9da02 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9da02;
Background color
Panel with #c9da02 background
background-color: #c9da02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9da02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 218, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 218, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9da02; background: linear-gradient(135deg, #c9da02, #39DA02);