#cfb6eb
a light, vivid violet · warm · closest name: plum
RGB
207, 182, 235
HSL
268°, 57%, 82%
CMYK
12, 23, 0, 8
Luminance
0.5272
Every format
| HEX | #cfb6eb |
| RGB | rgb(207, 182, 235) |
| HSL | hsl(268, 57%, 82%) |
| CMYK | cmyk(12%, 23%, 0%, 8%) |
| LAB | lab(77.7 18.8 -23.1) |
| LCH | lch(77.7 29.8 309.2) |
| OKLCH | oklch(0.815 0.078 306.2) |
Copy-ready code
/* CSS */
color: #cfb6eb;
background-color: #cfb6eb;
/* Tailwind (arbitrary) */
class="text-[#cfb6eb] bg-[#cfb6eb]"
/* SCSS */
$brand: #cfb6eb;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#cfb6eb")Accessibility — WCAG contrast
Aa
#cfb6eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6eb on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cfb6eb text on a black background
contrast 11.54:1
Card sample
#cfb6eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6eb;
Background color
Panel with #cfb6eb background
background-color: #cfb6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6eb; background: linear-gradient(135deg, #cfb6eb, #EBB6E4);