#c2d751
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 215, 81
HSL
69°, 63%, 58%
CMYK
10, 0, 62, 16
Luminance
0.6066
Every format
| HEX | #c2d751 |
| RGB | rgb(194, 215, 81) |
| HSL | hsl(69, 63%, 58%) |
| CMYK | cmyk(10%, 0%, 62%, 16%) |
| LAB | lab(82.2 -25.0 61.7) |
| LCH | lch(82.2 66.6 112.1) |
| OKLCH | oklch(0.838 0.159 117.5) |
Copy-ready code
/* CSS */
color: #c2d751;
background-color: #c2d751;
/* Tailwind (arbitrary) */
class="text-[#c2d751] bg-[#c2d751]"
/* SCSS */
$brand: #c2d751;
/* SwiftUI */
Color(red: 0.761, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#c2d751")Accessibility — WCAG contrast
Aa
#c2d751 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d751 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.3%
Blue31.8%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow62.3%
Key (black)15.7%
Color previews
#c2d751 text on a black background
contrast 13.13:1
Card sample
#c2d751 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d751;
Background color
Panel with #c2d751 background
background-color: #c2d751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d751; background: linear-gradient(135deg, #c2d751, #69D751);