#c3d24f
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 210, 79
HSL
67°, 59%, 57%
CMYK
7, 0, 62, 18
Luminance
0.5826
Every format
| HEX | #c3d24f |
| RGB | rgb(195, 210, 79) |
| HSL | hsl(67, 59%, 57%) |
| CMYK | cmyk(7%, 0%, 62%, 18%) |
| LAB | lab(80.9 -22.3 61.1) |
| LCH | lch(80.9 65.1 110.1) |
| OKLCH | oklch(0.828 0.154 115.4) |
Copy-ready code
/* CSS */
color: #c3d24f;
background-color: #c3d24f;
/* Tailwind (arbitrary) */
class="text-[#c3d24f] bg-[#c3d24f]"
/* SCSS */
$brand: #c3d24f;
/* SwiftUI */
Color(red: 0.765, green: 0.824, blue: 0.310)
/* Android */
Color.parseColor("#c3d24f")Accessibility — WCAG contrast
Aa
#c3d24f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d24f on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green82.4%
Blue31.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow62.4%
Key (black)17.6%
Color previews
#c3d24f text on a black background
contrast 12.65:1
Card sample
#c3d24f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d24f;
Background color
Panel with #c3d24f background
background-color: #c3d24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 210, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 210, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d24f; background: linear-gradient(135deg, #c3d24f, #6CD24F);