#deebfd
a pale, electric blue · cool · closest name: lavender
RGB
222, 235, 253
HSL
215°, 89%, 93%
CMYK
12, 7, 0, 1
Luminance
0.8204
Every format
| HEX | #deebfd |
| RGB | rgb(222, 235, 253) |
| HSL | hsl(215, 89%, 93%) |
| CMYK | cmyk(12%, 7%, 0%, 1%) |
| LAB | lab(92.6 -0.8 -10.2) |
| LCH | lch(92.6 10.2 265.3) |
| OKLCH | oklch(0.936 0.028 256.5) |
Copy-ready code
/* CSS */
color: #deebfd;
background-color: #deebfd;
/* Tailwind (arbitrary) */
class="text-[#deebfd] bg-[#deebfd]"
/* SCSS */
$brand: #deebfd;
/* SwiftUI */
Color(red: 0.871, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#deebfd")Accessibility — WCAG contrast
Aa
#deebfd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deebfd on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#deebfd text on a black background
contrast 17.41:1
Card sample
#deebfd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deebfd;
Background color
Panel with #deebfd background
background-color: #deebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deebfd; background: linear-gradient(135deg, #deebfd, #E6DEFD);