#cfade4
a light, vivid violet · warm · closest name: plum
RGB
207, 173, 228
HSL
277°, 51%, 79%
CMYK
9, 24, 0, 11
Luminance
0.4875
Every format
| HEX | #cfade4 |
| RGB | rgb(207, 173, 228) |
| HSL | hsl(277, 51%, 79%) |
| CMYK | cmyk(9%, 24%, 0%, 11%) |
| LAB | lab(75.3 22.3 -23.0) |
| LCH | lch(75.3 32.0 314.1) |
| OKLCH | oklch(0.796 0.085 312.3) |
Copy-ready code
/* CSS */
color: #cfade4;
background-color: #cfade4;
/* Tailwind (arbitrary) */
class="text-[#cfade4] bg-[#cfade4]"
/* SCSS */
$brand: #cfade4;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#cfade4")Accessibility — WCAG contrast
Aa
#cfade4 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfade4 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#cfade4 text on a black background
contrast 10.75:1
Card sample
#cfade4 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfade4;
Background color
Panel with #cfade4 background
background-color: #cfade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfade4; background: linear-gradient(135deg, #cfade4, #E4ADD4);