#cfcade
a light, soft violet · warm · closest name: lavender
RGB
207, 202, 222
HSL
255°, 23%, 83%
CMYK
7, 9, 0, 13
Luminance
0.6078
Every format
| HEX | #cfcade |
| RGB | rgb(207, 202, 222) |
| HSL | hsl(255, 23%, 83%) |
| CMYK | cmyk(7%, 9%, 0%, 13%) |
| LAB | lab(82.3 5.5 -9.3) |
| LCH | lch(82.3 10.8 300.5) |
| OKLCH | oklch(0.849 0.028 297.2) |
Copy-ready code
/* CSS */
color: #cfcade;
background-color: #cfcade;
/* Tailwind (arbitrary) */
class="text-[#cfcade] bg-[#cfcade]"
/* SCSS */
$brand: #cfcade;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.871)
/* Android */
Color.parseColor("#cfcade")Accessibility — WCAG contrast
Aa
#cfcade on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcade on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta9.0%
Yellow0.0%
Key (black)12.9%
Color previews
#cfcade text on a black background
contrast 13.16:1
Card sample
#cfcade text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcade;
Background color
Panel with #cfcade background
background-color: #cfcade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcade; background: linear-gradient(135deg, #cfcade, #DCCADE);