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