#c2dc3f
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 220, 63
HSL
70°, 69%, 56%
CMYK
12, 0, 71, 14
Luminance
0.6301
Every format
| HEX | #c2dc3f |
| RGB | rgb(194, 220, 63) |
| HSL | hsl(70, 69%, 56%) |
| CMYK | cmyk(12%, 0%, 71%, 14%) |
| LAB | lab(83.5 -28.5 69.8) |
| LCH | lch(83.5 75.4 112.2) |
| OKLCH | oklch(0.848 0.177 118.6) |
Copy-ready code
/* CSS */
color: #c2dc3f;
background-color: #c2dc3f;
/* Tailwind (arbitrary) */
class="text-[#c2dc3f] bg-[#c2dc3f]"
/* SCSS */
$brand: #c2dc3f;
/* SwiftUI */
Color(red: 0.761, green: 0.863, blue: 0.247)
/* Android */
Color.parseColor("#c2dc3f")Accessibility — WCAG contrast
Aa
#c2dc3f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dc3f on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.3%
Blue24.7%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow71.4%
Key (black)13.7%
Color previews
#c2dc3f text on a black background
contrast 13.60:1
Card sample
#c2dc3f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dc3f;
Background color
Panel with #c2dc3f background
background-color: #c2dc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 220, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 220, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dc3f; background: linear-gradient(135deg, #c2dc3f, #59DC3F);