#dafeba
a pale, electric green · cool · closest name: khaki
RGB
218, 254, 186
HSL
92°, 97%, 86%
CMYK
14, 0, 27, 0
Luminance
0.8933
Every format
| HEX | #dafeba |
| RGB | rgb(218, 254, 186) |
| HSL | hsl(92, 97%, 86%) |
| CMYK | cmyk(14%, 0%, 27%, 0%) |
| LAB | lab(95.7 -23.2 28.8) |
| LCH | lch(95.7 37.0 128.8) |
| OKLCH | oklch(0.955 0.096 130.7) |
Copy-ready code
/* CSS */
color: #dafeba;
background-color: #dafeba;
/* Tailwind (arbitrary) */
class="text-[#dafeba] bg-[#dafeba]"
/* SCSS */
$brand: #dafeba;
/* SwiftUI */
Color(red: 0.855, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#dafeba")Accessibility — WCAG contrast
Aa
#dafeba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafeba on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.6%
Blue72.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#dafeba text on a black background
contrast 18.87:1
Card sample
#dafeba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafeba;
Background color
Panel with #dafeba background
background-color: #dafeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafeba; background: linear-gradient(135deg, #dafeba, #BAFEC7);