#cfffad
a light, electric green · cool · closest name: khaki
RGB
207, 255, 173
HSL
95°, 100%, 84%
CMYK
19, 0, 32, 0
Luminance
0.8780
Every format
| HEX | #cfffad |
| RGB | rgb(207, 255, 173) |
| HSL | hsl(95, 100%, 84%) |
| CMYK | cmyk(19%, 0%, 32%, 0%) |
| LAB | lab(95.1 -29.3 34.4) |
| LCH | lch(95.1 45.2 130.5) |
| OKLCH | oklch(0.947 0.117 132.9) |
Copy-ready code
/* CSS */
color: #cfffad;
background-color: #cfffad;
/* Tailwind (arbitrary) */
class="text-[#cfffad] bg-[#cfffad]"
/* SCSS */
$brand: #cfffad;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#cfffad")Accessibility — WCAG contrast
Aa
#cfffad on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffad on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue67.8%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#cfffad text on a black background
contrast 18.56:1
Card sample
#cfffad text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffad;
Background color
Panel with #cfffad background
background-color: #cfffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffad; background: linear-gradient(135deg, #cfffad, #ADFFC2);