#deface
a pale, electric green · cool · closest name: beige
RGB
222, 250, 206
HSL
98°, 82%, 89%
CMYK
11, 0, 18, 2
Luminance
0.8836
Every format
| HEX | #deface |
| RGB | rgb(222, 250, 206) |
| HSL | hsl(98, 82%, 89%) |
| CMYK | cmyk(11%, 0%, 18%, 2%) |
| LAB | lab(95.3 -16.8 18.1) |
| LCH | lch(95.3 24.7 132.9) |
| OKLCH | oklch(0.954 0.065 134.2) |
Copy-ready code
/* CSS */
color: #deface;
background-color: #deface;
/* Tailwind (arbitrary) */
class="text-[#deface] bg-[#deface]"
/* SCSS */
$brand: #deface;
/* SwiftUI */
Color(red: 0.871, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#deface")Accessibility — WCAG contrast
Aa
#deface on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deface on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.0%
Blue80.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#deface text on a black background
contrast 18.67:1
Card sample
#deface text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deface;
Background color
Panel with #deface background
background-color: #deface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deface; background: linear-gradient(135deg, #deface, #CEFADB);