#c2d044
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 208, 68
HSL
66°, 60%, 54%
CMYK
7, 0, 67, 18
Luminance
0.5700
Every format
| HEX | #c2d044 |
| RGB | rgb(194, 208, 68) |
| HSL | hsl(66, 60%, 54%) |
| CMYK | cmyk(7%, 0%, 67%, 18%) |
| LAB | lab(80.2 -22.4 64.8) |
| LCH | lch(80.2 68.5 109.1) |
| OKLCH | oklch(0.821 0.160 114.9) |
Copy-ready code
/* CSS */
color: #c2d044;
background-color: #c2d044;
/* Tailwind (arbitrary) */
class="text-[#c2d044] bg-[#c2d044]"
/* SCSS */
$brand: #c2d044;
/* SwiftUI */
Color(red: 0.761, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#c2d044")Accessibility — WCAG contrast
Aa
#c2d044 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d044 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.6%
Blue26.7%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow67.3%
Key (black)18.4%
Color previews
#c2d044 text on a black background
contrast 12.40:1
Card sample
#c2d044 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d044;
Background color
Panel with #c2d044 background
background-color: #c2d044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d044; background: linear-gradient(135deg, #c2d044, #65D044);