#ceb0ff
a light, electric violet · warm · closest name: plum
RGB
206, 176, 255
HSL
263°, 100%, 85%
CMYK
19, 31, 0, 0
Luminance
0.5139
Every format
| HEX | #ceb0ff |
| RGB | rgb(206, 176, 255) |
| HSL | hsl(263, 100%, 85%) |
| CMYK | cmyk(19%, 31%, 0%, 0%) |
| LAB | lab(76.9 26.1 -35.1) |
| LCH | lch(76.9 43.7 306.6) |
| OKLCH | oklch(0.811 0.113 301.4) |
Copy-ready code
/* CSS */
color: #ceb0ff;
background-color: #ceb0ff;
/* Tailwind (arbitrary) */
class="text-[#ceb0ff] bg-[#ceb0ff]"
/* SCSS */
$brand: #ceb0ff;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#ceb0ff")Accessibility — WCAG contrast
Aa
#ceb0ff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0ff on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ceb0ff text on a black background
contrast 11.28:1
Card sample
#ceb0ff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0ff;
Background color
Panel with #ceb0ff background
background-color: #ceb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0ff; background: linear-gradient(135deg, #ceb0ff, #FFB0FB);