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