#dfebcf
a pale, soft green · cool · closest name: beige
RGB
223, 235, 207
HSL
86°, 41%, 87%
CMYK
5, 0, 12, 8
Luminance
0.7961
Every format
| HEX | #dfebcf |
| RGB | rgb(223, 235, 207) |
| HSL | hsl(86, 41%, 87%) |
| CMYK | cmyk(5%, 0%, 12%, 8%) |
| LAB | lab(91.5 -8.9 12.2) |
| LCH | lch(91.5 15.1 126.0) |
| OKLCH | oklch(0.924 0.039 126.1) |
Copy-ready code
/* CSS */
color: #dfebcf;
background-color: #dfebcf;
/* Tailwind (arbitrary) */
class="text-[#dfebcf] bg-[#dfebcf]"
/* SCSS */
$brand: #dfebcf;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#dfebcf")Accessibility — WCAG contrast
Aa
#dfebcf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebcf on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue81.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#dfebcf text on a black background
contrast 16.92:1
Card sample
#dfebcf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebcf;
Background color
Panel with #dfebcf background
background-color: #dfebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebcf; background: linear-gradient(135deg, #dfebcf, #CFEBD2);