#cfb9ff
a pale, electric violet · warm · closest name: plum
RGB
207, 185, 255
HSL
259°, 100%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5518
Every format
| HEX | #cfb9ff |
| RGB | rgb(207, 185, 255) |
| HSL | hsl(259, 100%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(79.2 21.5 -31.7) |
| LCH | lch(79.2 38.3 304.1) |
| OKLCH | oklch(0.829 0.099 298.6) |
Copy-ready code
/* CSS */
color: #cfb9ff;
background-color: #cfb9ff;
/* Tailwind (arbitrary) */
class="text-[#cfb9ff] bg-[#cfb9ff]"
/* SCSS */
$brand: #cfb9ff;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 1.000)
/* Android */
Color.parseColor("#cfb9ff")Accessibility — WCAG contrast
Aa
#cfb9ff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9ff on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta27.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cfb9ff text on a black background
contrast 12.04:1
Card sample
#cfb9ff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9ff;
Background color
Panel with #cfb9ff background
background-color: #cfb9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9ff; background: linear-gradient(135deg, #cfb9ff, #FEB9FF);