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