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