#dbebe0
a pale, soft green · cool · closest name: ivory
RGB
219, 235, 224
HSL
139°, 29%, 89%
CMYK
7, 0, 5, 8
Luminance
0.7986
Every format
| HEX | #dbebe0 |
| RGB | rgb(219, 235, 224) |
| HSL | hsl(139, 29%, 89%) |
| CMYK | cmyk(7%, 0%, 5%, 8%) |
| LAB | lab(91.6 -7.3 3.5) |
| LCH | lch(91.6 8.1 154.3) |
| OKLCH | oklch(0.925 0.022 155.9) |
Copy-ready code
/* CSS */
color: #dbebe0;
background-color: #dbebe0;
/* Tailwind (arbitrary) */
class="text-[#dbebe0] bg-[#dbebe0]"
/* SCSS */
$brand: #dbebe0;
/* SwiftUI */
Color(red: 0.859, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#dbebe0")Accessibility — WCAG contrast
Aa
#dbebe0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbebe0 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.2%
Blue87.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#dbebe0 text on a black background
contrast 16.97:1
Card sample
#dbebe0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbebe0;
Background color
Panel with #dbebe0 background
background-color: #dbebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbebe0; background: linear-gradient(135deg, #dbebe0, #DBEBEB);