#cfbcf0
a light, vivid violet · warm · closest name: plum
RGB
207, 188, 240
HSL
262°, 63%, 84%
CMYK
14, 22, 0, 6
Luminance
0.5552
Every format
| HEX | #cfbcf0 |
| RGB | rgb(207, 188, 240) |
| HSL | hsl(262, 63%, 84%) |
| CMYK | cmyk(14%, 22%, 0%, 6%) |
| LAB | lab(79.3 16.6 -23.3) |
| LCH | lch(79.3 28.6 305.5) |
| OKLCH | oklch(0.828 0.074 301.5) |
Copy-ready code
/* CSS */
color: #cfbcf0;
background-color: #cfbcf0;
/* Tailwind (arbitrary) */
class="text-[#cfbcf0] bg-[#cfbcf0]"
/* SCSS */
$brand: #cfbcf0;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.941)
/* Android */
Color.parseColor("#cfbcf0")Accessibility — WCAG contrast
Aa
#cfbcf0 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcf0 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta21.7%
Yellow0.0%
Key (black)5.9%
Color previews
#cfbcf0 text on a black background
contrast 12.10:1
Card sample
#cfbcf0 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcf0;
Background color
Panel with #cfbcf0 background
background-color: #cfbcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcf0; background: linear-gradient(135deg, #cfbcf0, #F0BCEE);