#ceb4ff
a pale, electric violet · warm · closest name: plum
RGB
206, 180, 255
HSL
261°, 100%, 85%
CMYK
19, 29, 0, 0
Luminance
0.5298
Every format
| HEX | #ceb4ff |
| RGB | rgb(206, 180, 255) |
| HSL | hsl(261, 100%, 85%) |
| CMYK | cmyk(19%, 29%, 0%, 0%) |
| LAB | lab(77.9 23.9 -33.6) |
| LCH | lch(77.9 41.3 305.4) |
| OKLCH | oklch(0.819 0.107 300.0) |
Copy-ready code
/* CSS */
color: #ceb4ff;
background-color: #ceb4ff;
/* Tailwind (arbitrary) */
class="text-[#ceb4ff] bg-[#ceb4ff]"
/* SCSS */
$brand: #ceb4ff;
/* SwiftUI */
Color(red: 0.808, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#ceb4ff")Accessibility — WCAG contrast
Aa
#ceb4ff on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb4ff on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.6%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#ceb4ff text on a black background
contrast 11.60:1
Card sample
#ceb4ff text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb4ff;
Background color
Panel with #ceb4ff background
background-color: #ceb4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb4ff; background: linear-gradient(135deg, #ceb4ff, #FFB4FE);