#dcffe2
a pale, electric green · cool · closest name: beige
RGB
220, 255, 226
HSL
130°, 100%, 93%
CMYK
14, 0, 11, 0
Luminance
0.9223
Every format
| HEX | #dcffe2 |
| RGB | rgb(220, 255, 226) |
| HSL | hsl(130, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 11%, 0%) |
| LAB | lab(96.9 -16.6 10.1) |
| LCH | lch(96.9 19.4 148.6) |
| OKLCH | oklch(0.967 0.053 150.2) |
Copy-ready code
/* CSS */
color: #dcffe2;
background-color: #dcffe2;
/* Tailwind (arbitrary) */
class="text-[#dcffe2] bg-[#dcffe2]"
/* SCSS */
$brand: #dcffe2;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#dcffe2")Accessibility — WCAG contrast
Aa
#dcffe2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffe2 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue88.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#dcffe2 text on a black background
contrast 19.45:1
Card sample
#dcffe2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffe2;
Background color
Panel with #dcffe2 background
background-color: #dcffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffe2; background: linear-gradient(135deg, #dcffe2, #DCFFF9);