#dffdff
a pale, electric cyan · cool · closest name: white
RGB
223, 253, 255
HSL
184°, 100%, 94%
CMYK
13, 1, 0, 0
Luminance
0.9316
Every format
| HEX | #dffdff |
| RGB | rgb(223, 253, 255) |
| HSL | hsl(184, 100%, 94%) |
| CMYK | cmyk(13%, 1%, 0%, 0%) |
| LAB | lab(97.3 -9.3 -4.2) |
| LCH | lch(97.3 10.2 204.6) |
| OKLCH | oklch(0.973 0.031 201.6) |
Copy-ready code
/* CSS */
color: #dffdff;
background-color: #dffdff;
/* Tailwind (arbitrary) */
class="text-[#dffdff] bg-[#dffdff]"
/* SCSS */
$brand: #dffdff;
/* SwiftUI */
Color(red: 0.875, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#dffdff")Accessibility — WCAG contrast
Aa
#dffdff on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffdff on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#dffdff text on a black background
contrast 19.63:1
Card sample
#dffdff text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffdff;
Background color
Panel with #dffdff background
background-color: #dffdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffdff; background: linear-gradient(135deg, #dffdff, #DFE8FF);