#deebaf
a light, vivid green · cool · closest name: khaki
RGB
222, 235, 175
HSL
73°, 60%, 80%
CMYK
6, 0, 26, 8
Luminance
0.7804
Every format
| HEX | #deebaf |
| RGB | rgb(222, 235, 175) |
| HSL | hsl(73, 60%, 80%) |
| CMYK | cmyk(6%, 0%, 26%, 8%) |
| LAB | lab(90.8 -14.1 27.8) |
| LCH | lch(90.8 31.1 116.9) |
| OKLCH | oklch(0.916 0.079 117.9) |
Copy-ready code
/* CSS */
color: #deebaf;
background-color: #deebaf;
/* Tailwind (arbitrary) */
class="text-[#deebaf] bg-[#deebaf]"
/* SCSS */
$brand: #deebaf;
/* SwiftUI */
Color(red: 0.871, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#deebaf")Accessibility — WCAG contrast
Aa
#deebaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deebaf on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green92.2%
Blue68.6%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#deebaf text on a black background
contrast 16.61:1
Card sample
#deebaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deebaf;
Background color
Panel with #deebaf background
background-color: #deebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deebaf; background: linear-gradient(135deg, #deebaf, #B6EBAF);