#decadb
a light, soft magenta / pink · warm · closest name: lavender
RGB
222, 202, 219
HSL
309°, 23%, 83%
CMYK
0, 9, 1, 13
Luminance
0.6289
Every format
| HEX | #decadb |
| RGB | rgb(222, 202, 219) |
| HSL | hsl(309, 23%, 83%) |
| CMYK | cmyk(0%, 9%, 1%, 13%) |
| LAB | lab(83.4 9.9 -5.9) |
| LCH | lch(83.4 11.6 329.4) |
| OKLCH | oklch(0.861 0.032 330.7) |
Copy-ready code
/* CSS */
color: #decadb;
background-color: #decadb;
/* Tailwind (arbitrary) */
class="text-[#decadb] bg-[#decadb]"
/* SCSS */
$brand: #decadb;
/* SwiftUI */
Color(red: 0.871, green: 0.792, blue: 0.859)
/* Android */
Color.parseColor("#decadb")Accessibility — WCAG contrast
Aa
#decadb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#decadb on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green79.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow1.4%
Key (black)12.9%
Color previews
#decadb text on a black background
contrast 13.58:1
Card sample
#decadb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #decadb;
Background color
Panel with #decadb background
background-color: #decadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #decadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 202, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 202, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #decadb; background: linear-gradient(135deg, #decadb, #DECACE);