#dbf6ce
a pale, vivid green · cool · closest name: beige
RGB
219, 246, 206
HSL
101°, 69%, 89%
CMYK
11, 0, 16, 4
Luminance
0.8543
Every format
| HEX | #dbf6ce |
| RGB | rgb(219, 246, 206) |
| HSL | hsl(101, 69%, 89%) |
| CMYK | cmyk(11%, 0%, 16%, 4%) |
| LAB | lab(94.1 -15.9 16.3) |
| LCH | lch(94.1 22.8 134.2) |
| OKLCH | oklch(0.943 0.060 135.4) |
Copy-ready code
/* CSS */
color: #dbf6ce;
background-color: #dbf6ce;
/* Tailwind (arbitrary) */
class="text-[#dbf6ce] bg-[#dbf6ce]"
/* SCSS */
$brand: #dbf6ce;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.808)
/* Android */
Color.parseColor("#dbf6ce")Accessibility — WCAG contrast
Aa
#dbf6ce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6ce on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue80.8%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow16.3%
Key (black)3.5%
Color previews
#dbf6ce text on a black background
contrast 18.09:1
Card sample
#dbf6ce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6ce;
Background color
Panel with #dbf6ce background
background-color: #dbf6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6ce; background: linear-gradient(135deg, #dbf6ce, #CEF6DC);