#dffce6
a pale, electric green · cool · closest name: beige
RGB
223, 252, 230
HSL
135°, 83%, 93%
CMYK
12, 0, 9, 1
Luminance
0.9102
Every format
| HEX | #dffce6 |
| RGB | rgb(223, 252, 230) |
| HSL | hsl(135, 83%, 93%) |
| CMYK | cmyk(12%, 0%, 9%, 1%) |
| LAB | lab(96.4 -13.4 7.4) |
| LCH | lch(96.4 15.3 151.2) |
| OKLCH | oklch(0.964 0.042 152.8) |
Copy-ready code
/* CSS */
color: #dffce6;
background-color: #dffce6;
/* Tailwind (arbitrary) */
class="text-[#dffce6] bg-[#dffce6]"
/* SCSS */
$brand: #dffce6;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.902)
/* Android */
Color.parseColor("#dffce6")Accessibility — WCAG contrast
Aa
#dffce6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffce6 on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue90.2%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow8.7%
Key (black)1.2%
Color previews
#dffce6 text on a black background
contrast 19.20:1
Card sample
#dffce6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffce6;
Background color
Panel with #dffce6 background
background-color: #dffce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffce6; background: linear-gradient(135deg, #dffce6, #DFFCF9);