#cfffcf
a pale, electric green · cool · closest name: beige
RGB
207, 255, 207
HSL
120°, 100%, 91%
CMYK
19, 0, 19, 0
Luminance
0.8929
Every format
| HEX | #cfffcf |
| RGB | rgb(207, 255, 207) |
| HSL | hsl(120, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 19%, 0%) |
| LAB | lab(95.7 -24.1 18.0) |
| LCH | lch(95.7 30.1 143.2) |
| OKLCH | oklch(0.954 0.081 144.9) |
Copy-ready code
/* CSS */
color: #cfffcf;
background-color: #cfffcf;
/* Tailwind (arbitrary) */
class="text-[#cfffcf] bg-[#cfffcf]"
/* SCSS */
$brand: #cfffcf;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#cfffcf")Accessibility — WCAG contrast
Aa
#cfffcf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffcf on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#cfffcf text on a black background
contrast 18.86:1
Card sample
#cfffcf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffcf;
Background color
Panel with #cfffcf background
background-color: #cfffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffcf; background: linear-gradient(135deg, #cfffcf, #CFFFEF);