#deccea
a pale, soft violet · warm · closest name: lavender
RGB
222, 204, 234
HSL
276°, 42%, 86%
CMYK
5, 13, 0, 8
Luminance
0.6466
Every format
| HEX | #deccea |
| RGB | rgb(222, 204, 234) |
| HSL | hsl(276, 42%, 86%) |
| CMYK | cmyk(5%, 13%, 0%, 8%) |
| LAB | lab(84.3 11.7 -12.5) |
| LCH | lch(84.3 17.1 313.0) |
| OKLCH | oklch(0.869 0.045 312.0) |
Copy-ready code
/* CSS */
color: #deccea;
background-color: #deccea;
/* Tailwind (arbitrary) */
class="text-[#deccea] bg-[#deccea]"
/* SCSS */
$brand: #deccea;
/* SwiftUI */
Color(red: 0.871, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#deccea")Accessibility — WCAG contrast
Aa
#deccea on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deccea on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green80.0%
Blue91.8%
CMYK percentages
Cyan5.1%
Magenta12.8%
Yellow0.0%
Key (black)8.2%
Color previews
#deccea text on a black background
contrast 13.93:1
Card sample
#deccea text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deccea;
Background color
Panel with #deccea background
background-color: #deccea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deccea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deccea; background: linear-gradient(135deg, #deccea, #EACCE2);