#dffbe6
a pale, electric green · cool · closest name: beige
RGB
223, 251, 230
HSL
135°, 78%, 93%
CMYK
11, 0, 8, 2
Luminance
0.9040
Every format
| HEX | #dffbe6 |
| RGB | rgb(223, 251, 230) |
| HSL | hsl(135, 78%, 93%) |
| CMYK | cmyk(11%, 0%, 8%, 2%) |
| LAB | lab(96.2 -12.9 7.0) |
| LCH | lch(96.2 14.7 151.6) |
| OKLCH | oklch(0.962 0.040 153.1) |
Copy-ready code
/* CSS */
color: #dffbe6;
background-color: #dffbe6;
/* Tailwind (arbitrary) */
class="text-[#dffbe6] bg-[#dffbe6]"
/* SCSS */
$brand: #dffbe6;
/* SwiftUI */
Color(red: 0.875, green: 0.984, blue: 0.902)
/* Android */
Color.parseColor("#dffbe6")Accessibility — WCAG contrast
Aa
#dffbe6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffbe6 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.4%
Blue90.2%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow8.4%
Key (black)1.6%
Color previews
#dffbe6 text on a black background
contrast 19.08:1
Card sample
#dffbe6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffbe6;
Background color
Panel with #dffbe6 background
background-color: #dffbe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffbe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 251, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 251, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffbe6; background: linear-gradient(135deg, #dffbe6, #DFFBF9);