#c2d147
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 209, 71
HSL
67°, 60%, 55%
CMYK
7, 0, 66, 18
Luminance
0.5753
Every format
| HEX | #c2d147 |
| RGB | rgb(194, 209, 71) |
| HSL | hsl(67, 60%, 55%) |
| CMYK | cmyk(7%, 0%, 66%, 18%) |
| LAB | lab(80.5 -22.7 63.9) |
| LCH | lch(80.5 67.8 109.6) |
| OKLCH | oklch(0.824 0.159 115.3) |
Copy-ready code
/* CSS */
color: #c2d147;
background-color: #c2d147;
/* Tailwind (arbitrary) */
class="text-[#c2d147] bg-[#c2d147]"
/* SCSS */
$brand: #c2d147;
/* SwiftUI */
Color(red: 0.761, green: 0.820, blue: 0.278)
/* Android */
Color.parseColor("#c2d147")Accessibility — WCAG contrast
Aa
#c2d147 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d147 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.0%
Blue27.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow66.0%
Key (black)18.0%
Color previews
#c2d147 text on a black background
contrast 12.51:1
Card sample
#c2d147 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d147;
Background color
Panel with #c2d147 background
background-color: #c2d147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 209, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 209, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d147; background: linear-gradient(135deg, #c2d147, #66D147);