#dffaf6
a pale, vivid cyan · cool · closest name: white
RGB
223, 250, 246
HSL
171°, 73%, 93%
CMYK
11, 0, 2, 2
Luminance
0.9071
Every format
| HEX | #dffaf6 |
| RGB | rgb(223, 250, 246) |
| HSL | hsl(171, 73%, 93%) |
| CMYK | cmyk(11%, 0%, 2%, 2%) |
| LAB | lab(96.3 -9.5 -1.1) |
| LCH | lch(96.3 9.6 186.4) |
| OKLCH | oklch(0.965 0.029 186.0) |
Copy-ready code
/* CSS */
color: #dffaf6;
background-color: #dffaf6;
/* Tailwind (arbitrary) */
class="text-[#dffaf6] bg-[#dffaf6]"
/* SCSS */
$brand: #dffaf6;
/* SwiftUI */
Color(red: 0.875, green: 0.980, blue: 0.965)
/* Android */
Color.parseColor("#dffaf6")Accessibility — WCAG contrast
Aa
#dffaf6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffaf6 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.0%
Blue96.5%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow1.6%
Key (black)2.0%
Color previews
#dffaf6 text on a black background
contrast 19.14:1
Card sample
#dffaf6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffaf6;
Background color
Panel with #dffaf6 background
background-color: #dffaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 250, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 250, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffaf6; background: linear-gradient(135deg, #dffaf6, #DFECFA);