#cfbcfc
a pale, electric violet · warm · closest name: plum
RGB
207, 188, 252
HSL
258°, 91%, 86%
CMYK
18, 25, 0, 1
Luminance
0.5626
Every format
| HEX | #cfbcfc |
| RGB | rgb(207, 188, 252) |
| HSL | hsl(258, 91%, 86%) |
| CMYK | cmyk(18%, 25%, 0%, 1%) |
| LAB | lab(79.8 19.2 -29.1) |
| LCH | lch(79.8 34.9 303.4) |
| OKLCH | oklch(0.833 0.090 298.0) |
Copy-ready code
/* CSS */
color: #cfbcfc;
background-color: #cfbcfc;
/* Tailwind (arbitrary) */
class="text-[#cfbcfc] bg-[#cfbcfc]"
/* SCSS */
$brand: #cfbcfc;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#cfbcfc")Accessibility — WCAG contrast
Aa
#cfbcfc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcfc on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cfbcfc text on a black background
contrast 12.25:1
Card sample
#cfbcfc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcfc;
Background color
Panel with #cfbcfc background
background-color: #cfbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcfc; background: linear-gradient(135deg, #cfbcfc, #FABCFC);