#deceeb
a pale, soft violet · warm · closest name: lavender
RGB
222, 206, 235
HSL
273°, 42%, 87%
CMYK
6, 12, 0, 8
Luminance
0.6567
Every format
| HEX | #deceeb |
| RGB | rgb(222, 206, 235) |
| HSL | hsl(273, 42%, 87%) |
| CMYK | cmyk(6%, 12%, 0%, 8%) |
| LAB | lab(84.8 10.8 -12.3) |
| LCH | lch(84.8 16.3 311.4) |
| OKLCH | oklch(0.873 0.043 310.1) |
Copy-ready code
/* CSS */
color: #deceeb;
background-color: #deceeb;
/* Tailwind (arbitrary) */
class="text-[#deceeb] bg-[#deceeb]"
/* SCSS */
$brand: #deceeb;
/* SwiftUI */
Color(red: 0.871, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#deceeb")Accessibility — WCAG contrast
Aa
#deceeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deceeb on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.8%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#deceeb text on a black background
contrast 14.13:1
Card sample
#deceeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deceeb;
Background color
Panel with #deceeb background
background-color: #deceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deceeb; background: linear-gradient(135deg, #deceeb, #EBCEE5);