#cfbaec
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 236
HSL
265°, 57%, 83%
CMYK
12, 21, 0, 8
Luminance
0.5444
Every format
| HEX | #cfbaec |
| RGB | rgb(207, 186, 236) |
| HSL | hsl(265, 57%, 83%) |
| CMYK | cmyk(12%, 21%, 0%, 8%) |
| LAB | lab(78.7 16.9 -22.1) |
| LCH | lch(78.7 27.8 307.3) |
| OKLCH | oklch(0.823 0.072 304.0) |
Copy-ready code
/* CSS */
color: #cfbaec;
background-color: #cfbaec;
/* Tailwind (arbitrary) */
class="text-[#cfbaec] bg-[#cfbaec]"
/* SCSS */
$brand: #cfbaec;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#cfbaec")Accessibility — WCAG contrast
Aa
#cfbaec on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaec on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#cfbaec text on a black background
contrast 11.89:1
Card sample
#cfbaec text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaec;
Background color
Panel with #cfbaec background
background-color: #cfbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaec; background: linear-gradient(135deg, #cfbaec, #ECBAE8);