#dffae2
a pale, vivid green · cool · closest name: beige
RGB
223, 250, 226
HSL
127°, 73%, 93%
CMYK
11, 0, 10, 2
Luminance
0.8955
Every format
| HEX | #dffae2 |
| RGB | rgb(223, 250, 226) |
| HSL | hsl(127, 73%, 93%) |
| CMYK | cmyk(11%, 0%, 10%, 2%) |
| LAB | lab(95.8 -13.1 8.6) |
| LCH | lch(95.8 15.7 146.9) |
| OKLCH | oklch(0.959 0.043 148.4) |
Copy-ready code
/* CSS */
color: #dffae2;
background-color: #dffae2;
/* Tailwind (arbitrary) */
class="text-[#dffae2] bg-[#dffae2]"
/* SCSS */
$brand: #dffae2;
/* SwiftUI */
Color(red: 0.875, green: 0.980, blue: 0.886)
/* Android */
Color.parseColor("#dffae2")Accessibility — WCAG contrast
Aa
#dffae2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffae2 on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.0%
Blue88.6%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow9.6%
Key (black)2.0%
Color previews
#dffae2 text on a black background
contrast 18.91:1
Card sample
#dffae2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffae2;
Background color
Panel with #dffae2 background
background-color: #dffae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 250, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 250, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffae2; background: linear-gradient(135deg, #dffae2, #DFFAF4);