#dfffe6
a pale, electric green · cool · closest name: beige
RGB
223, 255, 230
HSL
133°, 100%, 94%
CMYK
13, 0, 10, 0
Luminance
0.9292
Every format
| HEX | #dfffe6 |
| RGB | rgb(223, 255, 230) |
| HSL | hsl(133, 100%, 94%) |
| CMYK | cmyk(13%, 0%, 10%, 0%) |
| LAB | lab(97.2 -14.9 8.5) |
| LCH | lch(97.2 17.1 150.3) |
| OKLCH | oklch(0.970 0.047 151.9) |
Copy-ready code
/* CSS */
color: #dfffe6;
background-color: #dfffe6;
/* Tailwind (arbitrary) */
class="text-[#dfffe6] bg-[#dfffe6]"
/* SCSS */
$brand: #dfffe6;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#dfffe6")Accessibility — WCAG contrast
Aa
#dfffe6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfffe6 on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue90.2%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#dfffe6 text on a black background
contrast 19.58:1
Card sample
#dfffe6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfffe6;
Background color
Panel with #dfffe6 background
background-color: #dfffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfffe6; background: linear-gradient(135deg, #dfffe6, #DFFFFB);