#dfebed
a pale, soft cyan · cool · closest name: white
RGB
223, 235, 237
HSL
189°, 28%, 90%
CMYK
6, 1, 0, 7
Luminance
0.8122
Every format
| HEX | #dfebed |
| RGB | rgb(223, 235, 237) |
| HSL | hsl(189, 28%, 90%) |
| CMYK | cmyk(6%, 1%, 0%, 7%) |
| LAB | lab(92.2 -3.6 -2.3) |
| LCH | lch(92.2 4.3 213.0) |
| OKLCH | oklch(0.932 0.013 208.8) |
Copy-ready code
/* CSS */
color: #dfebed;
background-color: #dfebed;
/* Tailwind (arbitrary) */
class="text-[#dfebed] bg-[#dfebed]"
/* SCSS */
$brand: #dfebed;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#dfebed")Accessibility — WCAG contrast
Aa
#dfebed on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebed on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#dfebed text on a black background
contrast 17.24:1
Card sample
#dfebed text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebed;
Background color
Panel with #dfebed background
background-color: #dfebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebed; background: linear-gradient(135deg, #dfebed, #DFE2ED);