#dfebdb
a pale, soft green · cool · closest name: beige
RGB
223, 235, 219
HSL
105°, 29%, 89%
CMYK
5, 0, 7, 8
Luminance
0.8022
Every format
| HEX | #dfebdb |
| RGB | rgb(223, 235, 219) |
| HSL | hsl(105, 29%, 89%) |
| CMYK | cmyk(5%, 0%, 7%, 8%) |
| LAB | lab(91.8 -6.8 6.4) |
| LCH | lch(91.8 9.4 137.0) |
| OKLCH | oklch(0.927 0.025 137.8) |
Copy-ready code
/* CSS */
color: #dfebdb;
background-color: #dfebdb;
/* Tailwind (arbitrary) */
class="text-[#dfebdb] bg-[#dfebdb]"
/* SCSS */
$brand: #dfebdb;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#dfebdb")Accessibility — WCAG contrast
Aa
#dfebdb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebdb on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue85.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#dfebdb text on a black background
contrast 17.04:1
Card sample
#dfebdb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebdb;
Background color
Panel with #dfebdb background
background-color: #dfebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebdb; background: linear-gradient(135deg, #dfebdb, #DBEBE2);