#dbf0cb
a pale, vivid green · cool · closest name: beige
RGB
219, 240, 203
HSL
94°, 55%, 87%
CMYK
9, 0, 15, 6
Luminance
0.8169
Every format
| HEX | #dbf0cb |
| RGB | rgb(219, 240, 203) |
| HSL | hsl(94, 55%, 87%) |
| CMYK | cmyk(9%, 0%, 15%, 6%) |
| LAB | lab(92.4 -13.4 15.6) |
| LCH | lch(92.4 20.6 130.7) |
| OKLCH | oklch(0.930 0.054 131.6) |
Copy-ready code
/* CSS */
color: #dbf0cb;
background-color: #dbf0cb;
/* Tailwind (arbitrary) */
class="text-[#dbf0cb] bg-[#dbf0cb]"
/* SCSS */
$brand: #dbf0cb;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.796)
/* Android */
Color.parseColor("#dbf0cb")Accessibility — WCAG contrast
Aa
#dbf0cb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0cb on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue79.6%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow15.4%
Key (black)5.9%
Color previews
#dbf0cb text on a black background
contrast 17.34:1
Card sample
#dbf0cb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0cb;
Background color
Panel with #dbf0cb background
background-color: #dbf0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0cb; background: linear-gradient(135deg, #dbf0cb, #CBF0D4);