#cfb0e2
a light, vivid violet · warm · closest name: plum
RGB
207, 176, 226
HSL
277°, 46%, 79%
CMYK
8, 22, 0, 11
Luminance
0.4981
Every format
| HEX | #cfb0e2 |
| RGB | rgb(207, 176, 226) |
| HSL | hsl(277, 46%, 79%) |
| CMYK | cmyk(8%, 22%, 0%, 11%) |
| LAB | lab(76.0 20.3 -20.9) |
| LCH | lch(76.0 29.1 314.1) |
| OKLCH | oklch(0.800 0.077 312.5) |
Copy-ready code
/* CSS */
color: #cfb0e2;
background-color: #cfb0e2;
/* Tailwind (arbitrary) */
class="text-[#cfb0e2] bg-[#cfb0e2]"
/* SCSS */
$brand: #cfb0e2;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.886)
/* Android */
Color.parseColor("#cfb0e2")Accessibility — WCAG contrast
Aa
#cfb0e2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0e2 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta22.1%
Yellow0.0%
Key (black)11.4%
Color previews
#cfb0e2 text on a black background
contrast 10.96:1
Card sample
#cfb0e2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0e2;
Background color
Panel with #cfb0e2 background
background-color: #cfb0e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0e2; background: linear-gradient(135deg, #cfb0e2, #E2B0D4);