#cfb8e7
a light, vivid violet · warm · closest name: plum
RGB
207, 184, 231
HSL
269°, 50%, 81%
CMYK
10, 20, 0, 9
Luminance
0.5332
Every format
| HEX | #cfb8e7 |
| RGB | rgb(207, 184, 231) |
| HSL | hsl(269, 50%, 81%) |
| CMYK | cmyk(10%, 20%, 0%, 9%) |
| LAB | lab(78.1 16.9 -20.4) |
| LCH | lch(78.1 26.5 309.7) |
| OKLCH | oklch(0.817 0.069 307.1) |
Copy-ready code
/* CSS */
color: #cfb8e7;
background-color: #cfb8e7;
/* Tailwind (arbitrary) */
class="text-[#cfb8e7] bg-[#cfb8e7]"
/* SCSS */
$brand: #cfb8e7;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.906)
/* Android */
Color.parseColor("#cfb8e7")Accessibility — WCAG contrast
Aa
#cfb8e7 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8e7 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta20.3%
Yellow0.0%
Key (black)9.4%
Color previews
#cfb8e7 text on a black background
contrast 11.66:1
Card sample
#cfb8e7 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8e7;
Background color
Panel with #cfb8e7 background
background-color: #cfb8e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8e7; background: linear-gradient(135deg, #cfb8e7, #E7B8E0);