#cfade3
a light, vivid violet · warm · closest name: plum
RGB
207, 173, 227
HSL
278°, 49%, 78%
CMYK
9, 24, 0, 11
Luminance
0.4870
Every format
| HEX | #cfade3 |
| RGB | rgb(207, 173, 227) |
| HSL | hsl(278, 49%, 78%) |
| CMYK | cmyk(9%, 24%, 0%, 11%) |
| LAB | lab(75.3 22.1 -22.5) |
| LCH | lch(75.3 31.6 314.5) |
| OKLCH | oklch(0.795 0.083 312.8) |
Copy-ready code
/* CSS */
color: #cfade3;
background-color: #cfade3;
/* Tailwind (arbitrary) */
class="text-[#cfade3] bg-[#cfade3]"
/* SCSS */
$brand: #cfade3;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#cfade3")Accessibility — WCAG contrast
Aa
#cfade3 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfade3 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#cfade3 text on a black background
contrast 10.74:1
Card sample
#cfade3 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfade3;
Background color
Panel with #cfade3 background
background-color: #cfade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfade3; background: linear-gradient(135deg, #cfade3, #E3ADD3);