#defbc8
a pale, electric green · cool · closest name: beige
RGB
222, 251, 200
HSL
94°, 86%, 88%
CMYK
12, 0, 20, 2
Luminance
0.8869
Every format
| HEX | #defbc8 |
| RGB | rgb(222, 251, 200) |
| HSL | hsl(94, 86%, 88%) |
| CMYK | cmyk(12%, 0%, 20%, 2%) |
| LAB | lab(95.5 -18.3 21.4) |
| LCH | lch(95.5 28.1 130.5) |
| OKLCH | oklch(0.954 0.073 131.9) |
Copy-ready code
/* CSS */
color: #defbc8;
background-color: #defbc8;
/* Tailwind (arbitrary) */
class="text-[#defbc8] bg-[#defbc8]"
/* SCSS */
$brand: #defbc8;
/* SwiftUI */
Color(red: 0.871, green: 0.984, blue: 0.784)
/* Android */
Color.parseColor("#defbc8")Accessibility — WCAG contrast
Aa
#defbc8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#defbc8 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green98.4%
Blue78.4%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow20.3%
Key (black)1.6%
Color previews
#defbc8 text on a black background
contrast 18.74:1
Card sample
#defbc8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #defbc8;
Background color
Panel with #defbc8 background
background-color: #defbc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #defbc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 251, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 251, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #defbc8; background: linear-gradient(135deg, #defbc8, #C8FBD4);