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