#cfbcf2
a light, vivid violet · warm · closest name: plum
RGB
207, 188, 242
HSL
261°, 68%, 84%
CMYK
15, 22, 0, 5
Luminance
0.5564
Every format
| HEX | #cfbcf2 |
| RGB | rgb(207, 188, 242) |
| HSL | hsl(261, 68%, 84%) |
| CMYK | cmyk(15%, 22%, 0%, 5%) |
| LAB | lab(79.4 17.1 -24.3) |
| LCH | lch(79.4 29.7 305.1) |
| OKLCH | oklch(0.829 0.077 300.8) |
Copy-ready code
/* CSS */
color: #cfbcf2;
background-color: #cfbcf2;
/* Tailwind (arbitrary) */
class="text-[#cfbcf2] bg-[#cfbcf2]"
/* SCSS */
$brand: #cfbcf2;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#cfbcf2")Accessibility — WCAG contrast
Aa
#cfbcf2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcf2 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#cfbcf2 text on a black background
contrast 12.13:1
Card sample
#cfbcf2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcf2;
Background color
Panel with #cfbcf2 background
background-color: #cfbcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcf2; background: linear-gradient(135deg, #cfbcf2, #F2BCF1);