#deffeb
a pale, electric green · cool · closest name: beige
RGB
222, 255, 235
HSL
144°, 100%, 94%
CMYK
13, 0, 8, 0
Luminance
0.9305
Every format
| HEX | #deffeb |
| RGB | rgb(222, 255, 235) |
| HSL | hsl(144, 100%, 94%) |
| CMYK | cmyk(13%, 0%, 8%, 0%) |
| LAB | lab(97.3 -14.3 6.0) |
| LCH | lch(97.3 15.5 157.3) |
| OKLCH | oklch(0.971 0.043 158.9) |
Copy-ready code
/* CSS */
color: #deffeb;
background-color: #deffeb;
/* Tailwind (arbitrary) */
class="text-[#deffeb] bg-[#deffeb]"
/* SCSS */
$brand: #deffeb;
/* SwiftUI */
Color(red: 0.871, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#deffeb")Accessibility — WCAG contrast
Aa
#deffeb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deffeb on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green100.0%
Blue92.2%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#deffeb text on a black background
contrast 19.61:1
Card sample
#deffeb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deffeb;
Background color
Panel with #deffeb background
background-color: #deffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deffeb; background: linear-gradient(135deg, #deffeb, #DEFDFF);