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