#deeffb
a pale, electric blue · cool · closest name: lavender
RGB
222, 239, 251
HSL
205°, 78%, 93%
CMYK
12, 5, 0, 2
Luminance
0.8423
Every format
| HEX | #deeffb |
| RGB | rgb(222, 239, 251) |
| HSL | hsl(205, 78%, 93%) |
| CMYK | cmyk(12%, 5%, 0%, 2%) |
| LAB | lab(93.5 -3.3 -7.7) |
| LCH | lch(93.5 8.4 246.9) |
| OKLCH | oklch(0.943 0.024 238.4) |
Copy-ready code
/* CSS */
color: #deeffb;
background-color: #deeffb;
/* Tailwind (arbitrary) */
class="text-[#deeffb] bg-[#deeffb]"
/* SCSS */
$brand: #deeffb;
/* SwiftUI */
Color(red: 0.871, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#deeffb")Accessibility — WCAG contrast
Aa
#deeffb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeffb on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.7%
Blue98.4%
CMYK percentages
Cyan11.6%
Magenta4.8%
Yellow0.0%
Key (black)1.6%
Color previews
#deeffb text on a black background
contrast 17.85:1
Card sample
#deeffb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeffb;
Background color
Panel with #deeffb background
background-color: #deeffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeffb; background: linear-gradient(135deg, #deeffb, #E0DEFB);