#dbf3cb
a pale, vivid green · cool · closest name: beige
RGB
219, 243, 203
HSL
96°, 63%, 88%
CMYK
10, 0, 17, 5
Luminance
0.8347
Every format
| HEX | #dbf3cb |
| RGB | rgb(219, 243, 203) |
| HSL | hsl(96, 63%, 88%) |
| CMYK | cmyk(10%, 0%, 17%, 5%) |
| LAB | lab(93.2 -14.9 16.7) |
| LCH | lch(93.2 22.4 131.8) |
| OKLCH | oklch(0.936 0.059 132.8) |
Copy-ready code
/* CSS */
color: #dbf3cb;
background-color: #dbf3cb;
/* Tailwind (arbitrary) */
class="text-[#dbf3cb] bg-[#dbf3cb]"
/* SCSS */
$brand: #dbf3cb;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.796)
/* Android */
Color.parseColor("#dbf3cb")Accessibility — WCAG contrast
Aa
#dbf3cb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3cb on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue79.6%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow16.5%
Key (black)4.7%
Color previews
#dbf3cb text on a black background
contrast 17.69:1
Card sample
#dbf3cb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3cb;
Background color
Panel with #dbf3cb background
background-color: #dbf3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3cb; background: linear-gradient(135deg, #dbf3cb, #CBF3D6);