#dcfeba
a pale, electric green · cool · closest name: khaki
RGB
220, 254, 186
HSL
90°, 97%, 86%
CMYK
13, 0, 27, 0
Luminance
0.8964
Every format
| HEX | #dcfeba |
| RGB | rgb(220, 254, 186) |
| HSL | hsl(90, 97%, 86%) |
| CMYK | cmyk(13%, 0%, 27%, 0%) |
| LAB | lab(95.8 -22.5 29.0) |
| LCH | lch(95.8 36.7 127.8) |
| OKLCH | oklch(0.956 0.095 129.6) |
Copy-ready code
/* CSS */
color: #dcfeba;
background-color: #dcfeba;
/* Tailwind (arbitrary) */
class="text-[#dcfeba] bg-[#dcfeba]"
/* SCSS */
$brand: #dcfeba;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#dcfeba")Accessibility — WCAG contrast
Aa
#dcfeba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfeba on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#dcfeba text on a black background
contrast 18.93:1
Card sample
#dcfeba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfeba;
Background color
Panel with #dcfeba background
background-color: #dcfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfeba; background: linear-gradient(135deg, #dcfeba, #BAFEC5);