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