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