#cfb0f0
a light, vivid violet · warm · closest name: plum
RGB
207, 176, 240
HSL
269°, 68%, 82%
CMYK
14, 27, 0, 6
Luminance
0.5061
Every format
| HEX | #cfb0f0 |
| RGB | rgb(207, 176, 240) |
| HSL | hsl(269, 68%, 82%) |
| CMYK | cmyk(14%, 27%, 0%, 6%) |
| LAB | lab(76.4 23.1 -27.8) |
| LCH | lch(76.4 36.1 309.8) |
| OKLCH | oklch(0.806 0.094 306.5) |
Copy-ready code
/* CSS */
color: #cfb0f0;
background-color: #cfb0f0;
/* Tailwind (arbitrary) */
class="text-[#cfb0f0] bg-[#cfb0f0]"
/* SCSS */
$brand: #cfb0f0;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.941)
/* Android */
Color.parseColor("#cfb0f0")Accessibility — WCAG contrast
Aa
#cfb0f0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0f0 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta26.7%
Yellow0.0%
Key (black)5.9%
Color previews
#cfb0f0 text on a black background
contrast 11.12:1
Card sample
#cfb0f0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0f0;
Background color
Panel with #cfb0f0 background
background-color: #cfb0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0f0; background: linear-gradient(135deg, #cfb0f0, #F0B0E6);