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