#cfbfef
a light, vivid violet · warm · closest name: plum
RGB
207, 191, 239
HSL
260°, 60%, 84%
CMYK
13, 20, 0, 6
Luminance
0.5676
Every format
| HEX | #cfbfef |
| RGB | rgb(207, 191, 239) |
| HSL | hsl(260, 60%, 84%) |
| CMYK | cmyk(13%, 20%, 0%, 6%) |
| LAB | lab(80.0 14.8 -21.7) |
| LCH | lch(80.0 26.3 304.3) |
| OKLCH | oklch(0.834 0.068 300.2) |
Copy-ready code
/* CSS */
color: #cfbfef;
background-color: #cfbfef;
/* Tailwind (arbitrary) */
class="text-[#cfbfef] bg-[#cfbfef]"
/* SCSS */
$brand: #cfbfef;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#cfbfef")Accessibility — WCAG contrast
Aa
#cfbfef on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfef on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cfbfef text on a black background
contrast 12.35:1
Card sample
#cfbfef text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfef;
Background color
Panel with #cfbfef background
background-color: #cfbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfef; background: linear-gradient(135deg, #cfbfef, #EFBFEF);