#c3d024
a balanced, vivid yellow · cool · closest name: gold
RGB
195, 208, 36
HSL
65°, 71%, 48%
CMYK
6, 0, 83, 18
Luminance
0.5684
Every format
| HEX | #c3d024 |
| RGB | rgb(195, 208, 36) |
| HSL | hsl(65, 71%, 48%) |
| CMYK | cmyk(6%, 0%, 83%, 18%) |
| LAB | lab(80.1 -23.4 74.7) |
| LCH | lch(80.1 78.3 107.4) |
| OKLCH | oklch(0.820 0.177 114.3) |
Copy-ready code
/* CSS */
color: #c3d024;
background-color: #c3d024;
/* Tailwind (arbitrary) */
class="text-[#c3d024] bg-[#c3d024]"
/* SCSS */
$brand: #c3d024;
/* SwiftUI */
Color(red: 0.765, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#c3d024")Accessibility — WCAG contrast
Aa
#c3d024 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d024 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.6%
Blue14.1%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow82.7%
Key (black)18.4%
Color previews
#c3d024 text on a black background
contrast 12.37:1
Card sample
#c3d024 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d024;
Background color
Panel with #c3d024 background
background-color: #c3d024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d024; background: linear-gradient(135deg, #c3d024, #50D024);