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