#cfb6ff
a pale, electric violet · warm · closest name: plum
RGB
207, 182, 255
HSL
261°, 100%, 86%
CMYK
19, 29, 0, 0
Luminance
0.5394
Every format
| HEX | #cfb6ff |
| RGB | rgb(207, 182, 255) |
| HSL | hsl(261, 100%, 86%) |
| CMYK | cmyk(19%, 29%, 0%, 0%) |
| LAB | lab(78.4 23.1 -32.8) |
| LCH | lch(78.4 40.1 305.2) |
| OKLCH | oklch(0.823 0.104 299.8) |
Copy-ready code
/* CSS */
color: #cfb6ff;
background-color: #cfb6ff;
/* Tailwind (arbitrary) */
class="text-[#cfb6ff] bg-[#cfb6ff]"
/* SCSS */
$brand: #cfb6ff;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 1.000)
/* Android */
Color.parseColor("#cfb6ff")Accessibility — WCAG contrast
Aa
#cfb6ff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6ff on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta28.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cfb6ff text on a black background
contrast 11.79:1
Card sample
#cfb6ff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6ff;
Background color
Panel with #cfb6ff background
background-color: #cfb6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6ff; background: linear-gradient(135deg, #cfb6ff, #FFB6FE);