#deeefa
a pale, vivid blue · cool · closest name: lavender
RGB
222, 238, 250
HSL
206°, 74%, 93%
CMYK
11, 5, 0, 2
Luminance
0.8358
Every format
| HEX | #deeefa |
| RGB | rgb(222, 238, 250) |
| HSL | hsl(206, 74%, 93%) |
| CMYK | cmyk(11%, 5%, 0%, 2%) |
| LAB | lab(93.3 -3.0 -7.6) |
| LCH | lch(93.3 8.2 248.7) |
| OKLCH | oklch(0.941 0.024 240.1) |
Copy-ready code
/* CSS */
color: #deeefa;
background-color: #deeefa;
/* Tailwind (arbitrary) */
class="text-[#deeefa] bg-[#deeefa]"
/* SCSS */
$brand: #deeefa;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#deeefa")Accessibility — WCAG contrast
Aa
#deeefa on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeefa on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green93.3%
Blue98.0%
CMYK percentages
Cyan11.2%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#deeefa text on a black background
contrast 17.72:1
Card sample
#deeefa text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeefa;
Background color
Panel with #deeefa background
background-color: #deeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeefa; background: linear-gradient(135deg, #deeefa, #E0DEFA);