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