#decfeb
a pale, soft violet · warm · closest name: lavender
RGB
222, 207, 235
HSL
272°, 41%, 87%
CMYK
6, 12, 0, 8
Luminance
0.6615
Every format
| HEX | #decfeb |
| RGB | rgb(222, 207, 235) |
| HSL | hsl(272, 41%, 87%) |
| CMYK | cmyk(6%, 12%, 0%, 8%) |
| LAB | lab(85.1 10.3 -11.9) |
| LCH | lch(85.1 15.7 310.8) |
| OKLCH | oklch(0.875 0.041 309.4) |
Copy-ready code
/* CSS */
color: #decfeb;
background-color: #decfeb;
/* Tailwind (arbitrary) */
class="text-[#decfeb] bg-[#decfeb]"
/* SCSS */
$brand: #decfeb;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#decfeb")Accessibility — WCAG contrast
Aa
#decfeb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decfeb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#decfeb text on a black background
contrast 14.23:1
Card sample
#decfeb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decfeb;
Background color
Panel with #decfeb background
background-color: #decfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decfeb; background: linear-gradient(135deg, #decfeb, #EBCFE5);