#deceef
a pale, vivid violet · warm · closest name: lavender
RGB
222, 206, 239
HSL
269°, 51%, 87%
CMYK
7, 14, 0, 6
Luminance
0.6590
Every format
| HEX | #deceef |
| RGB | rgb(222, 206, 239) |
| HSL | hsl(269, 51%, 87%) |
| CMYK | cmyk(7%, 14%, 0%, 6%) |
| LAB | lab(85.0 11.6 -14.2) |
| LCH | lch(85.0 18.3 309.2) |
| OKLCH | oklch(0.875 0.048 307.2) |
Copy-ready code
/* CSS */
color: #deceef;
background-color: #deceef;
/* Tailwind (arbitrary) */
class="text-[#deceef] bg-[#deceef]"
/* SCSS */
$brand: #deceef;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#deceef")Accessibility — WCAG contrast
Aa
#deceef on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deceef on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue93.7%
CMYK percentages
Cyan7.1%
Magenta13.8%
Yellow0.0%
Key (black)6.3%
Color previews
#deceef text on a black background
contrast 14.18:1
Card sample
#deceef text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deceef;
Background color
Panel with #deceef background
background-color: #deceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deceef; background: linear-gradient(135deg, #deceef, #EFCEEA);