#c2d430
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 212, 48
HSL
67°, 66%, 51%
CMYK
9, 0, 77, 17
Luminance
0.5877
Every format
| HEX | #c2d430 |
| RGB | rgb(194, 212, 48) |
| HSL | hsl(67, 66%, 51%) |
| CMYK | cmyk(9%, 0%, 77%, 17%) |
| LAB | lab(81.2 -25.3 72.5) |
| LCH | lch(81.2 76.8 109.3) |
| OKLCH | oklch(0.829 0.176 116.0) |
Copy-ready code
/* CSS */
color: #c2d430;
background-color: #c2d430;
/* Tailwind (arbitrary) */
class="text-[#c2d430] bg-[#c2d430]"
/* SCSS */
$brand: #c2d430;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#c2d430")Accessibility — WCAG contrast
Aa
#c2d430 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d430 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue18.8%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#c2d430 text on a black background
contrast 12.75:1
Card sample
#c2d430 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d430;
Background color
Panel with #c2d430 background
background-color: #c2d430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d430; background: linear-gradient(135deg, #c2d430, #55D430);