#cfbeeb
a light, vivid violet · warm · closest name: plum
RGB
207, 190, 235
HSL
263°, 53%, 83%
CMYK
12, 19, 0, 8
Luminance
0.5609
Every format
| HEX | #cfbeeb |
| RGB | rgb(207, 190, 235) |
| HSL | hsl(263, 53%, 83%) |
| CMYK | cmyk(12%, 19%, 0%, 8%) |
| LAB | lab(79.7 14.5 -20.1) |
| LCH | lch(79.7 24.8 305.8) |
| OKLCH | oklch(0.830 0.065 302.2) |
Copy-ready code
/* CSS */
color: #cfbeeb;
background-color: #cfbeeb;
/* Tailwind (arbitrary) */
class="text-[#cfbeeb] bg-[#cfbeeb]"
/* SCSS */
$brand: #cfbeeb;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.922)
/* Android */
Color.parseColor("#cfbeeb")Accessibility — WCAG contrast
Aa
#cfbeeb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbeeb on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta19.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cfbeeb text on a black background
contrast 12.22:1
Card sample
#cfbeeb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbeeb;
Background color
Panel with #cfbeeb background
background-color: #cfbeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbeeb; background: linear-gradient(135deg, #cfbeeb, #EBBEE9);