#dafdbf
a pale, electric green · cool · closest name: beige
RGB
218, 253, 191
HSL
94°, 94%, 87%
CMYK
14, 0, 25, 1
Luminance
0.8892
Every format
| HEX | #dafdbf |
| RGB | rgb(218, 253, 191) |
| HSL | hsl(94, 94%, 87%) |
| CMYK | cmyk(14%, 0%, 25%, 1%) |
| LAB | lab(95.5 -22.0 26.0) |
| LCH | lch(95.5 34.1 130.2) |
| OKLCH | oklch(0.954 0.089 131.9) |
Copy-ready code
/* CSS */
color: #dafdbf;
background-color: #dafdbf;
/* Tailwind (arbitrary) */
class="text-[#dafdbf] bg-[#dafdbf]"
/* SCSS */
$brand: #dafdbf;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#dafdbf")Accessibility — WCAG contrast
Aa
#dafdbf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafdbf on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue74.9%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#dafdbf text on a black background
contrast 18.78:1
Card sample
#dafdbf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafdbf;
Background color
Panel with #dafdbf background
background-color: #dafdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafdbf; background: linear-gradient(135deg, #dafdbf, #BFFDCE);