#c3d74b
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 215, 75
HSL
69°, 64%, 57%
CMYK
9, 0, 65, 16
Luminance
0.6071
Every format
| HEX | #c3d74b |
| RGB | rgb(195, 215, 75) |
| HSL | hsl(69, 64%, 57%) |
| CMYK | cmyk(9%, 0%, 65%, 16%) |
| LAB | lab(82.2 -25.0 64.2) |
| LCH | lch(82.2 68.8 111.3) |
| OKLCH | oklch(0.838 0.163 117.0) |
Copy-ready code
/* CSS */
color: #c3d74b;
background-color: #c3d74b;
/* Tailwind (arbitrary) */
class="text-[#c3d74b] bg-[#c3d74b]"
/* SCSS */
$brand: #c3d74b;
/* SwiftUI */
Color(red: 0.765, green: 0.843, blue: 0.294)
/* Android */
Color.parseColor("#c3d74b")Accessibility — WCAG contrast
Aa
#c3d74b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d74b on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green84.3%
Blue29.4%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow65.1%
Key (black)15.7%
Color previews
#c3d74b text on a black background
contrast 13.14:1
Card sample
#c3d74b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d74b;
Background color
Panel with #c3d74b background
background-color: #c3d74b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d74b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 215, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 215, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d74b; background: linear-gradient(135deg, #c3d74b, #66D74B);