#dbf3cf
a pale, vivid green · cool · closest name: beige
RGB
219, 243, 207
HSL
100°, 60%, 88%
CMYK
10, 0, 15, 5
Luminance
0.8367
Every format
| HEX | #dbf3cf |
| RGB | rgb(219, 243, 207) |
| HSL | hsl(100, 60%, 88%) |
| CMYK | cmyk(10%, 0%, 15%, 5%) |
| LAB | lab(93.3 -14.3 14.7) |
| LCH | lch(93.3 20.5 134.0) |
| OKLCH | oklch(0.937 0.054 135.1) |
Copy-ready code
/* CSS */
color: #dbf3cf;
background-color: #dbf3cf;
/* Tailwind (arbitrary) */
class="text-[#dbf3cf] bg-[#dbf3cf]"
/* SCSS */
$brand: #dbf3cf;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#dbf3cf")Accessibility — WCAG contrast
Aa
#dbf3cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3cf on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue81.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#dbf3cf text on a black background
contrast 17.73:1
Card sample
#dbf3cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3cf;
Background color
Panel with #dbf3cf background
background-color: #dbf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3cf; background: linear-gradient(135deg, #dbf3cf, #CFF3DB);