#c6fdac
a light, electric green · cool · closest name: khaki
RGB
198, 253, 172
HSL
101°, 95%, 83%
CMYK
22, 0, 32, 1
Luminance
0.8523
Every format
| HEX | #c6fdac |
| RGB | rgb(198, 253, 172) |
| HSL | hsl(101, 95%, 83%) |
| CMYK | cmyk(22%, 0%, 32%, 1%) |
| LAB | lab(94.0 -31.6 33.3) |
| LCH | lch(94.0 45.9 133.5) |
| OKLCH | oklch(0.937 0.120 135.9) |
Copy-ready code
/* CSS */
color: #c6fdac;
background-color: #c6fdac;
/* Tailwind (arbitrary) */
class="text-[#c6fdac] bg-[#c6fdac]"
/* SCSS */
$brand: #c6fdac;
/* SwiftUI */
Color(red: 0.776, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#c6fdac")Accessibility — WCAG contrast
Aa
#c6fdac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6fdac on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green99.2%
Blue67.5%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#c6fdac text on a black background
contrast 18.05:1
Card sample
#c6fdac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6fdac;
Background color
Panel with #c6fdac background
background-color: #c6fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6fdac; background: linear-gradient(135deg, #c6fdac, #ACFDC8);