#c2d43f
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 212, 63
HSL
67°, 63%, 54%
CMYK
9, 0, 70, 17
Luminance
0.5892
Every format
| HEX | #c2d43f |
| RGB | rgb(194, 212, 63) |
| HSL | hsl(67, 63%, 54%) |
| CMYK | cmyk(9%, 0%, 70%, 17%) |
| LAB | lab(81.3 -24.6 67.7) |
| LCH | lch(81.3 72.0 110.0) |
| OKLCH | oklch(0.830 0.168 116.2) |
Copy-ready code
/* CSS */
color: #c2d43f;
background-color: #c2d43f;
/* Tailwind (arbitrary) */
class="text-[#c2d43f] bg-[#c2d43f]"
/* SCSS */
$brand: #c2d43f;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.247)
/* Android */
Color.parseColor("#c2d43f")Accessibility — WCAG contrast
Aa
#c2d43f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d43f on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue24.7%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow70.3%
Key (black)16.9%
Color previews
#c2d43f text on a black background
contrast 12.78:1
Card sample
#c2d43f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d43f;
Background color
Panel with #c2d43f background
background-color: #c2d43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d43f; background: linear-gradient(135deg, #c2d43f, #5FD43F);