#c2cd41
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 205, 65
HSL
65°, 58%, 53%
CMYK
5, 0, 68, 20
Luminance
0.5551
Every format
| HEX | #c2cd41 |
| RGB | rgb(194, 205, 65) |
| HSL | hsl(65, 58%, 53%) |
| CMYK | cmyk(5%, 0%, 68%, 20%) |
| LAB | lab(79.3 -21.1 65.0) |
| LCH | lch(79.3 68.4 108.0) |
| OKLCH | oklch(0.815 0.159 113.8) |
Copy-ready code
/* CSS */
color: #c2cd41;
background-color: #c2cd41;
/* Tailwind (arbitrary) */
class="text-[#c2cd41] bg-[#c2cd41]"
/* SCSS */
$brand: #c2cd41;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.255)
/* Android */
Color.parseColor("#c2cd41")Accessibility — WCAG contrast
Aa
#c2cd41 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cd41 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue25.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow68.3%
Key (black)19.6%
Color previews
#c2cd41 text on a black background
contrast 12.10:1
Card sample
#c2cd41 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cd41;
Background color
Panel with #c2cd41 background
background-color: #c2cd41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cd41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cd41; background: linear-gradient(135deg, #c2cd41, #65CD41);