#cfbeee
a light, vivid violet · warm · closest name: plum
RGB
207, 190, 238
HSL
261°, 59%, 84%
CMYK
13, 20, 0, 7
Luminance
0.5627
Every format
| HEX | #cfbeee |
| RGB | rgb(207, 190, 238) |
| HSL | hsl(261, 59%, 84%) |
| CMYK | cmyk(13%, 20%, 0%, 7%) |
| LAB | lab(79.8 15.1 -21.6) |
| LCH | lch(79.8 26.4 305.0) |
| OKLCH | oklch(0.831 0.069 301.1) |
Copy-ready code
/* CSS */
color: #cfbeee;
background-color: #cfbeee;
/* Tailwind (arbitrary) */
class="text-[#cfbeee] bg-[#cfbeee]"
/* SCSS */
$brand: #cfbeee;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#cfbeee")Accessibility — WCAG contrast
Aa
#cfbeee on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbeee on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cfbeee text on a black background
contrast 12.25:1
Card sample
#cfbeee text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbeee;
Background color
Panel with #cfbeee background
background-color: #cfbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbeee; background: linear-gradient(135deg, #cfbeee, #EEBEED);