#c3d849
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 216, 73
HSL
69°, 65%, 57%
CMYK
10, 0, 66, 15
Luminance
0.6119
Every format
| HEX | #c3d849 |
| RGB | rgb(195, 216, 73) |
| HSL | hsl(69, 65%, 57%) |
| CMYK | cmyk(10%, 0%, 66%, 15%) |
| LAB | lab(82.5 -25.6 65.2) |
| LCH | lch(82.5 70.0 111.4) |
| OKLCH | oklch(0.840 0.166 117.3) |
Copy-ready code
/* CSS */
color: #c3d849;
background-color: #c3d849;
/* Tailwind (arbitrary) */
class="text-[#c3d849] bg-[#c3d849]"
/* SCSS */
$brand: #c3d849;
/* SwiftUI */
Color(red: 0.765, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#c3d849")Accessibility — WCAG contrast
Aa
#c3d849 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d849 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green84.7%
Blue28.6%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#c3d849 text on a black background
contrast 13.24:1
Card sample
#c3d849 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d849;
Background color
Panel with #c3d849 background
background-color: #c3d849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d849; background: linear-gradient(135deg, #c3d849, #64D849);