#cfb4eb
a light, vivid violet · warm · closest name: plum
RGB
207, 180, 235
HSL
270°, 58%, 81%
CMYK
12, 23, 0, 8
Luminance
0.5191
Every format
| HEX | #cfb4eb |
| RGB | rgb(207, 180, 235) |
| HSL | hsl(270, 58%, 81%) |
| CMYK | cmyk(12%, 23%, 0%, 8%) |
| LAB | lab(77.2 19.9 -23.9) |
| LCH | lch(77.2 31.1 309.9) |
| OKLCH | oklch(0.811 0.081 306.9) |
Copy-ready code
/* CSS */
color: #cfb4eb;
background-color: #cfb4eb;
/* Tailwind (arbitrary) */
class="text-[#cfb4eb] bg-[#cfb4eb]"
/* SCSS */
$brand: #cfb4eb;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#cfb4eb")Accessibility — WCAG contrast
Aa
#cfb4eb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb4eb on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cfb4eb text on a black background
contrast 11.38:1
Card sample
#cfb4eb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb4eb;
Background color
Panel with #cfb4eb background
background-color: #cfb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb4eb; background: linear-gradient(135deg, #cfb4eb, #EBB4E2);