#dbf4cb
a pale, vivid green · cool · closest name: beige
RGB
219, 244, 203
HSL
97°, 65%, 88%
CMYK
10, 0, 17, 4
Luminance
0.8407
Every format
| HEX | #dbf4cb |
| RGB | rgb(219, 244, 203) |
| HSL | hsl(97, 65%, 88%) |
| CMYK | cmyk(10%, 0%, 17%, 4%) |
| LAB | lab(93.5 -15.4 17.1) |
| LCH | lch(93.5 23.0 132.1) |
| OKLCH | oklch(0.938 0.060 133.2) |
Copy-ready code
/* CSS */
color: #dbf4cb;
background-color: #dbf4cb;
/* Tailwind (arbitrary) */
class="text-[#dbf4cb] bg-[#dbf4cb]"
/* SCSS */
$brand: #dbf4cb;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#dbf4cb")Accessibility — WCAG contrast
Aa
#dbf4cb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4cb on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue79.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#dbf4cb text on a black background
contrast 17.81:1
Card sample
#dbf4cb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4cb;
Background color
Panel with #dbf4cb background
background-color: #dbf4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4cb; background: linear-gradient(135deg, #dbf4cb, #CBF4D6);