#decff5
a pale, vivid violet · warm · closest name: lavender
RGB
222, 207, 245
HSL
264°, 66%, 89%
CMYK
9, 16, 0, 4
Luminance
0.6675
Every format
| HEX | #decff5 |
| RGB | rgb(222, 207, 245) |
| HSL | hsl(264, 66%, 89%) |
| CMYK | cmyk(9%, 16%, 0%, 4%) |
| LAB | lab(85.4 12.2 -16.7) |
| LCH | lch(85.4 20.7 306.1) |
| OKLCH | oklch(0.879 0.054 303.2) |
Copy-ready code
/* CSS */
color: #decff5;
background-color: #decff5;
/* Tailwind (arbitrary) */
class="text-[#decff5] bg-[#decff5]"
/* SCSS */
$brand: #decff5;
/* SwiftUI */
Color(red: 0.871, green: 0.812, blue: 0.961)
/* Android */
Color.parseColor("#decff5")Accessibility — WCAG contrast
Aa
#decff5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decff5 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green81.2%
Blue96.1%
CMYK percentages
Cyan9.4%
Magenta15.5%
Yellow0.0%
Key (black)3.9%
Color previews
#decff5 text on a black background
contrast 14.35:1
Card sample
#decff5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decff5;
Background color
Panel with #decff5 background
background-color: #decff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 207, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 207, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decff5; background: linear-gradient(135deg, #decff5, #F5CFF3);