#dff5ff
a pale, electric cyan · cool · closest name: lavender
RGB
223, 245, 255
HSL
199°, 100%, 94%
CMYK
13, 4, 0, 0
Luminance
0.8821
Every format
| HEX | #dff5ff |
| RGB | rgb(223, 245, 255) |
| HSL | hsl(199, 100%, 94%) |
| CMYK | cmyk(13%, 4%, 0%, 0%) |
| LAB | lab(95.3 -5.2 -7.2) |
| LCH | lch(95.3 8.9 234.2) |
| OKLCH | oklch(0.957 0.027 226.8) |
Copy-ready code
/* CSS */
color: #dff5ff;
background-color: #dff5ff;
/* Tailwind (arbitrary) */
class="text-[#dff5ff] bg-[#dff5ff]"
/* SCSS */
$brand: #dff5ff;
/* SwiftUI */
Color(red: 0.875, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#dff5ff")Accessibility — WCAG contrast
Aa
#dff5ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff5ff on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green96.1%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#dff5ff text on a black background
contrast 18.64:1
Card sample
#dff5ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff5ff;
Background color
Panel with #dff5ff background
background-color: #dff5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff5ff; background: linear-gradient(135deg, #dff5ff, #DFE0FF);