#defada
a pale, electric green · cool · closest name: beige
RGB
222, 250, 218
HSL
113°, 76%, 92%
CMYK
11, 0, 13, 2
Luminance
0.8896
Every format
| HEX | #defada |
| RGB | rgb(222, 250, 218) |
| HSL | hsl(113, 76%, 92%) |
| CMYK | cmyk(11%, 0%, 13%, 2%) |
| LAB | lab(95.6 -14.8 12.3) |
| LCH | lch(95.6 19.3 140.3) |
| OKLCH | oklch(0.956 0.051 141.7) |
Copy-ready code
/* CSS */
color: #defada;
background-color: #defada;
/* Tailwind (arbitrary) */
class="text-[#defada] bg-[#defada]"
/* SCSS */
$brand: #defada;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#defada")Accessibility — WCAG contrast
Aa
#defada on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defada on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue85.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#defada text on a black background
contrast 18.79:1
Card sample
#defada text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defada;
Background color
Panel with #defada background
background-color: #defada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defada; background: linear-gradient(135deg, #defada, #DAFAEB);