#c3d652
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 214, 82
HSL
69°, 62%, 58%
CMYK
9, 0, 62, 16
Luminance
0.6030
Every format
| HEX | #c3d652 |
| RGB | rgb(195, 214, 82) |
| HSL | hsl(69, 62%, 58%) |
| CMYK | cmyk(9%, 0%, 62%, 16%) |
| LAB | lab(82.0 -24.1 61.1) |
| LCH | lch(82.0 65.7 111.5) |
| OKLCH | oklch(0.837 0.157 116.8) |
Copy-ready code
/* CSS */
color: #c3d652;
background-color: #c3d652;
/* Tailwind (arbitrary) */
class="text-[#c3d652] bg-[#c3d652]"
/* SCSS */
$brand: #c3d652;
/* SwiftUI */
Color(red: 0.765, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#c3d652")Accessibility — WCAG contrast
Aa
#c3d652 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d652 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green83.9%
Blue32.2%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#c3d652 text on a black background
contrast 13.06:1
Card sample
#c3d652 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d652;
Background color
Panel with #c3d652 background
background-color: #c3d652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d652; background: linear-gradient(135deg, #c3d652, #6BD652);