#c2d331
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 211, 49
HSL
66°, 65%, 51%
CMYK
8, 0, 77, 17
Luminance
0.5828
Every format
| HEX | #c2d331 |
| RGB | rgb(194, 211, 49) |
| HSL | hsl(66, 65%, 51%) |
| CMYK | cmyk(8%, 0%, 77%, 17%) |
| LAB | lab(80.9 -24.8 71.9) |
| LCH | lch(80.9 76.1 109.0) |
| OKLCH | oklch(0.827 0.175 115.7) |
Copy-ready code
/* CSS */
color: #c2d331;
background-color: #c2d331;
/* Tailwind (arbitrary) */
class="text-[#c2d331] bg-[#c2d331]"
/* SCSS */
$brand: #c2d331;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#c2d331")Accessibility — WCAG contrast
Aa
#c2d331 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d331 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue19.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#c2d331 text on a black background
contrast 12.66:1
Card sample
#c2d331 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d331;
Background color
Panel with #c2d331 background
background-color: #c2d331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d331; background: linear-gradient(135deg, #c2d331, #56D331);