#cfbcff
a pale, electric violet · warm · closest name: plum
RGB
207, 188, 255
HSL
257°, 100%, 87%
CMYK
19, 26, 0, 0
Luminance
0.5645
Every format
| HEX | #cfbcff |
| RGB | rgb(207, 188, 255) |
| HSL | hsl(257, 100%, 87%) |
| CMYK | cmyk(19%, 26%, 0%, 0%) |
| LAB | lab(79.9 19.8 -30.6) |
| LCH | lch(79.9 36.4 303.0) |
| OKLCH | oklch(0.834 0.094 297.3) |
Copy-ready code
/* CSS */
color: #cfbcff;
background-color: #cfbcff;
/* Tailwind (arbitrary) */
class="text-[#cfbcff] bg-[#cfbcff]"
/* SCSS */
$brand: #cfbcff;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 1.000)
/* Android */
Color.parseColor("#cfbcff")Accessibility — WCAG contrast
Aa
#cfbcff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcff on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta26.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cfbcff text on a black background
contrast 12.29:1
Card sample
#cfbcff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcff;
Background color
Panel with #cfbcff background
background-color: #cfbcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcff; background: linear-gradient(135deg, #cfbcff, #FCBCFF);