#c2d13f
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 209, 63
HSL
66°, 61%, 53%
CMYK
7, 0, 70, 18
Luminance
0.5743
Every format
| HEX | #c2d13f |
| RGB | rgb(194, 209, 63) |
| HSL | hsl(66, 61%, 53%) |
| CMYK | cmyk(7%, 0%, 70%, 18%) |
| LAB | lab(80.4 -23.2 66.8) |
| LCH | lch(80.4 70.8 109.1) |
| OKLCH | oklch(0.823 0.165 115.2) |
Copy-ready code
/* CSS */
color: #c2d13f;
background-color: #c2d13f;
/* Tailwind (arbitrary) */
class="text-[#c2d13f] bg-[#c2d13f]"
/* SCSS */
$brand: #c2d13f;
/* SwiftUI */
Color(red: 0.761, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#c2d13f")Accessibility — WCAG contrast
Aa
#c2d13f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d13f on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.0%
Blue24.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#c2d13f text on a black background
contrast 12.49:1
Card sample
#c2d13f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d13f;
Background color
Panel with #c2d13f background
background-color: #c2d13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d13f; background: linear-gradient(135deg, #c2d13f, #60D13F);