#dafcdb
a pale, electric green · cool · closest name: beige
RGB
218, 252, 219
HSL
122°, 85%, 92%
CMYK
14, 0, 13, 1
Luminance
0.8964
Every format
| HEX | #dafcdb |
| RGB | rgb(218, 252, 219) |
| HSL | hsl(122, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 13%, 1%) |
| LAB | lab(95.8 -17.0 12.2) |
| LCH | lch(95.8 20.9 144.4) |
| OKLCH | oklch(0.958 0.056 145.9) |
Copy-ready code
/* CSS */
color: #dafcdb;
background-color: #dafcdb;
/* Tailwind (arbitrary) */
class="text-[#dafcdb] bg-[#dafcdb]"
/* SCSS */
$brand: #dafcdb;
/* SwiftUI */
Color(red: 0.855, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#dafcdb")Accessibility — WCAG contrast
Aa
#dafcdb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafcdb on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green98.8%
Blue85.9%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#dafcdb text on a black background
contrast 18.93:1
Card sample
#dafcdb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafcdb;
Background color
Panel with #dafcdb background
background-color: #dafcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafcdb; background: linear-gradient(135deg, #dafcdb, #DAFCF2);