#cfb3ee
a light, vivid violet · warm · closest name: plum
RGB
207, 179, 238
HSL
269°, 63%, 82%
CMYK
13, 25, 0, 7
Luminance
0.5168
Every format
| HEX | #cfb3ee |
| RGB | rgb(207, 179, 238) |
| HSL | hsl(269, 63%, 82%) |
| CMYK | cmyk(13%, 25%, 0%, 7%) |
| LAB | lab(77.1 21.1 -25.7) |
| LCH | lch(77.1 33.2 309.4) |
| OKLCH | oklch(0.811 0.087 306.1) |
Copy-ready code
/* CSS */
color: #cfb3ee;
background-color: #cfb3ee;
/* Tailwind (arbitrary) */
class="text-[#cfb3ee] bg-[#cfb3ee]"
/* SCSS */
$brand: #cfb3ee;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.933)
/* Android */
Color.parseColor("#cfb3ee")Accessibility — WCAG contrast
Aa
#cfb3ee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb3ee on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta24.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cfb3ee text on a black background
contrast 11.34:1
Card sample
#cfb3ee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb3ee;
Background color
Panel with #cfb3ee background
background-color: #cfb3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb3ee; background: linear-gradient(135deg, #cfb3ee, #EEB3E6);