#cfb2eb
a light, vivid violet · warm · closest name: plum
RGB
207, 178, 235
HSL
271°, 59%, 81%
CMYK
12, 24, 0, 8
Luminance
0.5110
Every format
| HEX | #cfb2eb |
| RGB | rgb(207, 178, 235) |
| HSL | hsl(271, 59%, 81%) |
| CMYK | cmyk(12%, 24%, 0%, 8%) |
| LAB | lab(76.7 21.0 -24.6) |
| LCH | lch(76.7 32.4 310.5) |
| OKLCH | oklch(0.808 0.085 307.7) |
Copy-ready code
/* CSS */
color: #cfb2eb;
background-color: #cfb2eb;
/* Tailwind (arbitrary) */
class="text-[#cfb2eb] bg-[#cfb2eb]"
/* SCSS */
$brand: #cfb2eb;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#cfb2eb")Accessibility — WCAG contrast
Aa
#cfb2eb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2eb on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cfb2eb text on a black background
contrast 11.22:1
Card sample
#cfb2eb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2eb;
Background color
Panel with #cfb2eb background
background-color: #cfb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2eb; background: linear-gradient(135deg, #cfb2eb, #EBB2E1);