#deeabc
a light, vivid green · cool · closest name: beige
RGB
222, 234, 188
HSL
76°, 52%, 83%
CMYK
5, 0, 20, 8
Luminance
0.7801
Every format
| HEX | #deeabc |
| RGB | rgb(222, 234, 188) |
| HSL | hsl(76, 52%, 83%) |
| CMYK | cmyk(5%, 0%, 20%, 8%) |
| LAB | lab(90.8 -11.7 21.1) |
| LCH | lch(90.8 24.1 119.1) |
| OKLCH | oklch(0.916 0.062 119.5) |
Copy-ready code
/* CSS */
color: #deeabc;
background-color: #deeabc;
/* Tailwind (arbitrary) */
class="text-[#deeabc] bg-[#deeabc]"
/* SCSS */
$brand: #deeabc;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#deeabc")Accessibility — WCAG contrast
Aa
#deeabc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeabc on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue73.7%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#deeabc text on a black background
contrast 16.60:1
Card sample
#deeabc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeabc;
Background color
Panel with #deeabc background
background-color: #deeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeabc; background: linear-gradient(135deg, #deeabc, #BFEABC);