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