#dbf9cf
a pale, electric green · cool · closest name: beige
RGB
219, 249, 207
HSL
103°, 78%, 89%
CMYK
12, 0, 17, 2
Luminance
0.8732
Every format
| HEX | #dbf9cf |
| RGB | rgb(219, 249, 207) |
| HSL | hsl(103, 78%, 89%) |
| CMYK | cmyk(12%, 0%, 17%, 2%) |
| LAB | lab(94.9 -17.2 16.9) |
| LCH | lch(94.9 24.1 135.4) |
| OKLCH | oklch(0.950 0.064 136.7) |
Copy-ready code
/* CSS */
color: #dbf9cf;
background-color: #dbf9cf;
/* Tailwind (arbitrary) */
class="text-[#dbf9cf] bg-[#dbf9cf]"
/* SCSS */
$brand: #dbf9cf;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#dbf9cf")Accessibility — WCAG contrast
Aa
#dbf9cf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9cf on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue81.2%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#dbf9cf text on a black background
contrast 18.46:1
Card sample
#dbf9cf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9cf;
Background color
Panel with #dbf9cf background
background-color: #dbf9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9cf; background: linear-gradient(135deg, #dbf9cf, #CFF9DF);