#dedfff
a pale, electric blue · warm · closest name: lavender
RGB
222, 223, 255
HSL
238°, 100%, 94%
CMYK
13, 13, 0, 0
Luminance
0.7552
Every format
| HEX | #dedfff |
| RGB | rgb(222, 223, 255) |
| HSL | hsl(238, 100%, 94%) |
| CMYK | cmyk(13%, 13%, 0%, 0%) |
| LAB | lab(89.6 5.8 -15.6) |
| LCH | lch(89.6 16.6 290.4) |
| OKLCH | oklch(0.913 0.043 284.1) |
Copy-ready code
/* CSS */
color: #dedfff;
background-color: #dedfff;
/* Tailwind (arbitrary) */
class="text-[#dedfff] bg-[#dedfff]"
/* SCSS */
$brand: #dedfff;
/* SwiftUI */
Color(red: 0.871, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#dedfff")Accessibility — WCAG contrast
Aa
#dedfff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedfff on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green87.5%
Blue100.0%
CMYK percentages
Cyan12.9%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dedfff text on a black background
contrast 16.10:1
Card sample
#dedfff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedfff;
Background color
Panel with #dedfff background
background-color: #dedfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedfff; background: linear-gradient(135deg, #dedfff, #F3DEFF);