#deffce
a pale, electric green · cool · closest name: beige
RGB
222, 255, 206
HSL
100°, 100%, 90%
CMYK
13, 0, 19, 0
Luminance
0.9151
Every format
| HEX | #deffce |
| RGB | rgb(222, 255, 206) |
| HSL | hsl(100, 100%, 90%) |
| CMYK | cmyk(13%, 0%, 19%, 0%) |
| LAB | lab(96.6 -19.3 19.9) |
| LCH | lch(96.6 27.7 134.0) |
| OKLCH | oklch(0.964 0.073 135.5) |
Copy-ready code
/* CSS */
color: #deffce;
background-color: #deffce;
/* Tailwind (arbitrary) */
class="text-[#deffce] bg-[#deffce]"
/* SCSS */
$brand: #deffce;
/* SwiftUI */
Color(red: 0.871, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#deffce")Accessibility — WCAG contrast
Aa
#deffce on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deffce on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green100.0%
Blue80.8%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#deffce text on a black background
contrast 19.30:1
Card sample
#deffce text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deffce;
Background color
Panel with #deffce background
background-color: #deffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deffce; background: linear-gradient(135deg, #deffce, #CEFFDF);