#dbf5cf
a pale, vivid green · cool · closest name: beige
RGB
219, 245, 207
HSL
101°, 66%, 89%
CMYK
11, 0, 16, 4
Luminance
0.8487
Every format
| HEX | #dbf5cf |
| RGB | rgb(219, 245, 207) |
| HSL | hsl(101, 66%, 89%) |
| CMYK | cmyk(11%, 0%, 16%, 4%) |
| LAB | lab(93.8 -15.2 15.5) |
| LCH | lch(93.8 21.7 134.5) |
| OKLCH | oklch(0.941 0.057 135.7) |
Copy-ready code
/* CSS */
color: #dbf5cf;
background-color: #dbf5cf;
/* Tailwind (arbitrary) */
class="text-[#dbf5cf] bg-[#dbf5cf]"
/* SCSS */
$brand: #dbf5cf;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#dbf5cf")Accessibility — WCAG contrast
Aa
#dbf5cf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5cf on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#dbf5cf text on a black background
contrast 17.97:1
Card sample
#dbf5cf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5cf;
Background color
Panel with #dbf5cf background
background-color: #dbf5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5cf; background: linear-gradient(135deg, #dbf5cf, #CFF5DC);