#c2d633
a balanced, vivid yellow · cool · closest name: yellow
RGB
194, 214, 51
HSL
67°, 67%, 52%
CMYK
9, 0, 76, 16
Luminance
0.5980
Every format
| HEX | #c2d633 |
| RGB | rgb(194, 214, 51) |
| HSL | hsl(67, 67%, 52%) |
| CMYK | cmyk(9%, 0%, 76%, 16%) |
| LAB | lab(81.7 -26.2 72.1) |
| LCH | lch(81.7 76.7 109.9) |
| OKLCH | oklch(0.834 0.177 116.7) |
Copy-ready code
/* CSS */
color: #c2d633;
background-color: #c2d633;
/* Tailwind (arbitrary) */
class="text-[#c2d633] bg-[#c2d633]"
/* SCSS */
$brand: #c2d633;
/* SwiftUI */
Color(red: 0.761, green: 0.839, blue: 0.200)
/* Android */
Color.parseColor("#c2d633")Accessibility — WCAG contrast
Aa
#c2d633 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d633 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.9%
Blue20.0%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow76.2%
Key (black)16.1%
Color previews
#c2d633 text on a black background
contrast 12.96:1
Card sample
#c2d633 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d633;
Background color
Panel with #c2d633 background
background-color: #c2d633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 214, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 214, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d633; background: linear-gradient(135deg, #c2d633, #55D633);