#cfffdf
a pale, electric green · cool · closest name: beige
RGB
207, 255, 223
HSL
140°, 100%, 91%
CMYK
19, 0, 13, 0
Luminance
0.9011
Every format
| HEX | #cfffdf |
| RGB | rgb(207, 255, 223) |
| HSL | hsl(140, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 13%, 0%) |
| LAB | lab(96.0 -21.3 10.3) |
| LCH | lch(96.0 23.7 154.2) |
| OKLCH | oklch(0.958 0.065 155.8) |
Copy-ready code
/* CSS */
color: #cfffdf;
background-color: #cfffdf;
/* Tailwind (arbitrary) */
class="text-[#cfffdf] bg-[#cfffdf]"
/* SCSS */
$brand: #cfffdf;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#cfffdf")Accessibility — WCAG contrast
Aa
#cfffdf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffdf on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#cfffdf text on a black background
contrast 19.02:1
Card sample
#cfffdf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffdf;
Background color
Panel with #cfffdf background
background-color: #cfffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffdf; background: linear-gradient(135deg, #cfffdf, #CFFFFF);