#cfb7ee
a light, vivid violet · warm · closest name: plum
RGB
207, 183, 238
HSL
266°, 62%, 83%
CMYK
13, 23, 0, 7
Luminance
0.5331
Every format
| HEX | #cfb7ee |
| RGB | rgb(207, 183, 238) |
| HSL | hsl(266, 62%, 83%) |
| CMYK | cmyk(13%, 23%, 0%, 7%) |
| LAB | lab(78.1 18.9 -24.2) |
| LCH | lch(78.1 30.7 308.0) |
| OKLCH | oklch(0.818 0.080 304.6) |
Copy-ready code
/* CSS */
color: #cfb7ee;
background-color: #cfb7ee;
/* Tailwind (arbitrary) */
class="text-[#cfb7ee] bg-[#cfb7ee]"
/* SCSS */
$brand: #cfb7ee;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.933)
/* Android */
Color.parseColor("#cfb7ee")Accessibility — WCAG contrast
Aa
#cfb7ee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7ee on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta23.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cfb7ee text on a black background
contrast 11.66:1
Card sample
#cfb7ee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7ee;
Background color
Panel with #cfb7ee background
background-color: #cfb7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7ee; background: linear-gradient(135deg, #cfb7ee, #EEB7E8);