#c2d739
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 215, 57
HSL
68°, 66%, 53%
CMYK
10, 0, 74, 16
Luminance
0.6037
Every format
| HEX | #c2d739 |
| RGB | rgb(194, 215, 57) |
| HSL | hsl(68, 66%, 53%) |
| CMYK | cmyk(10%, 0%, 74%, 16%) |
| LAB | lab(82.0 -26.4 70.5) |
| LCH | lch(82.0 75.3 110.5) |
| OKLCH | oklch(0.836 0.175 117.0) |
Copy-ready code
/* CSS */
color: #c2d739;
background-color: #c2d739;
/* Tailwind (arbitrary) */
class="text-[#c2d739] bg-[#c2d739]"
/* SCSS */
$brand: #c2d739;
/* SwiftUI */
Color(red: 0.761, green: 0.843, blue: 0.224)
/* Android */
Color.parseColor("#c2d739")Accessibility — WCAG contrast
Aa
#c2d739 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d739 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.3%
Blue22.4%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow73.5%
Key (black)15.7%
Color previews
#c2d739 text on a black background
contrast 13.07:1
Card sample
#c2d739 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d739;
Background color
Panel with #c2d739 background
background-color: #c2d739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 215, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 215, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d739; background: linear-gradient(135deg, #c2d739, #58D739);