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