#cfbeff
a pale, electric violet · warm · closest name: plum
RGB
207, 190, 255
HSL
256°, 100%, 87%
CMYK
19, 26, 0, 0
Luminance
0.5731
Every format
| HEX | #cfbeff |
| RGB | rgb(207, 190, 255) |
| HSL | hsl(256, 100%, 87%) |
| CMYK | cmyk(19%, 26%, 0%, 0%) |
| LAB | lab(80.3 18.8 -29.8) |
| LCH | lch(80.3 35.2 302.2) |
| OKLCH | oklch(0.838 0.091 296.4) |
Copy-ready code
/* CSS */
color: #cfbeff;
background-color: #cfbeff;
/* Tailwind (arbitrary) */
class="text-[#cfbeff] bg-[#cfbeff]"
/* SCSS */
$brand: #cfbeff;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 1.000)
/* Android */
Color.parseColor("#cfbeff")Accessibility — WCAG contrast
Aa
#cfbeff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbeff on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta25.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cfbeff text on a black background
contrast 12.46:1
Card sample
#cfbeff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbeff;
Background color
Panel with #cfbeff background
background-color: #cfbeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbeff; background: linear-gradient(135deg, #cfbeff, #FABEFF);