#dfeaef
a pale, soft cyan · cool · closest name: lavender
RGB
223, 234, 239
HSL
199°, 33%, 91%
CMYK
7, 2, 0, 6
Luminance
0.8077
Every format
| HEX | #dfeaef |
| RGB | rgb(223, 234, 239) |
| HSL | hsl(199, 33%, 91%) |
| CMYK | cmyk(7%, 2%, 0%, 6%) |
| LAB | lab(92.0 -2.7 -3.7) |
| LCH | lch(92.0 4.6 233.6) |
| OKLCH | oklch(0.930 0.014 226.6) |
Copy-ready code
/* CSS */
color: #dfeaef;
background-color: #dfeaef;
/* Tailwind (arbitrary) */
class="text-[#dfeaef] bg-[#dfeaef]"
/* SCSS */
$brand: #dfeaef;
/* SwiftUI */
Color(red: 0.875, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#dfeaef")Accessibility — WCAG contrast
Aa
#dfeaef on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeaef on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.8%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#dfeaef text on a black background
contrast 17.15:1
Card sample
#dfeaef text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeaef;
Background color
Panel with #dfeaef background
background-color: #dfeaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeaef; background: linear-gradient(135deg, #dfeaef, #DFDFEF);