#c2d340
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 211, 64
HSL
67°, 63%, 54%
CMYK
8, 0, 70, 17
Luminance
0.5843
Every format
| HEX | #c2d340 |
| RGB | rgb(194, 211, 64) |
| HSL | hsl(67, 63%, 54%) |
| CMYK | cmyk(8%, 0%, 70%, 17%) |
| LAB | lab(81.0 -24.1 67.0) |
| LCH | lch(81.0 71.2 109.8) |
| OKLCH | oklch(0.828 0.166 115.9) |
Copy-ready code
/* CSS */
color: #c2d340;
background-color: #c2d340;
/* Tailwind (arbitrary) */
class="text-[#c2d340] bg-[#c2d340]"
/* SCSS */
$brand: #c2d340;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.251)
/* Android */
Color.parseColor("#c2d340")Accessibility — WCAG contrast
Aa
#c2d340 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d340 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue25.1%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow69.7%
Key (black)17.3%
Color previews
#c2d340 text on a black background
contrast 12.69:1
Card sample
#c2d340 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d340;
Background color
Panel with #c2d340 background
background-color: #c2d340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d340; background: linear-gradient(135deg, #c2d340, #60D340);