#c2d367
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 211, 103
HSL
69°, 55%, 62%
CMYK
8, 0, 51, 17
Luminance
0.5904
Every format
| HEX | #c2d367 |
| RGB | rgb(194, 211, 103) |
| HSL | hsl(69, 55%, 62%) |
| CMYK | cmyk(8%, 0%, 51%, 17%) |
| LAB | lab(81.3 -21.3 51.0) |
| LCH | lch(81.3 55.2 112.7) |
| OKLCH | oklch(0.832 0.135 116.8) |
Copy-ready code
/* CSS */
color: #c2d367;
background-color: #c2d367;
/* Tailwind (arbitrary) */
class="text-[#c2d367] bg-[#c2d367]"
/* SCSS */
$brand: #c2d367;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.404)
/* Android */
Color.parseColor("#c2d367")Accessibility — WCAG contrast
Aa
#c2d367 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d367 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue40.4%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow51.2%
Key (black)17.3%
Color previews
#c2d367 text on a black background
contrast 12.81:1
Card sample
#c2d367 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d367;
Background color
Panel with #c2d367 background
background-color: #c2d367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d367; background: linear-gradient(135deg, #c2d367, #7AD367);