#dbf4cf
a pale, vivid green · cool · closest name: beige
RGB
219, 244, 207
HSL
101°, 63%, 88%
CMYK
10, 0, 15, 4
Luminance
0.8427
Every format
| HEX | #dbf4cf |
| RGB | rgb(219, 244, 207) |
| HSL | hsl(101, 63%, 88%) |
| CMYK | cmyk(10%, 0%, 15%, 4%) |
| LAB | lab(93.6 -14.7 15.1) |
| LCH | lch(93.6 21.1 134.3) |
| OKLCH | oklch(0.939 0.056 135.4) |
Copy-ready code
/* CSS */
color: #dbf4cf;
background-color: #dbf4cf;
/* Tailwind (arbitrary) */
class="text-[#dbf4cf] bg-[#dbf4cf]"
/* SCSS */
$brand: #dbf4cf;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#dbf4cf")Accessibility — WCAG contrast
Aa
#dbf4cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4cf on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue81.2%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#dbf4cf text on a black background
contrast 17.85:1
Card sample
#dbf4cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4cf;
Background color
Panel with #dbf4cf background
background-color: #dbf4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4cf; background: linear-gradient(135deg, #dbf4cf, #CFF4DC);