#c8fdac
a light, electric green · cool · closest name: khaki
RGB
200, 253, 172
HSL
99°, 95%, 83%
CMYK
21, 0, 32, 1
Luminance
0.8551
Every format
| HEX | #c8fdac |
| RGB | rgb(200, 253, 172) |
| HSL | hsl(99, 95%, 83%) |
| CMYK | cmyk(21%, 0%, 32%, 1%) |
| LAB | lab(94.1 -30.9 33.5) |
| LCH | lch(94.1 45.6 132.8) |
| OKLCH | oklch(0.938 0.119 135.2) |
Copy-ready code
/* CSS */
color: #c8fdac;
background-color: #c8fdac;
/* Tailwind (arbitrary) */
class="text-[#c8fdac] bg-[#c8fdac]"
/* SCSS */
$brand: #c8fdac;
/* SwiftUI */
Color(red: 0.784, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#c8fdac")Accessibility — WCAG contrast
Aa
#c8fdac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fdac on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green99.2%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#c8fdac text on a black background
contrast 18.10:1
Card sample
#c8fdac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fdac;
Background color
Panel with #c8fdac background
background-color: #c8fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fdac; background: linear-gradient(135deg, #c8fdac, #ACFDC6);