#ceb0fc
a light, electric violet · warm · closest name: plum
RGB
206, 176, 252
HSL
264°, 93%, 84%
CMYK
18, 30, 0, 1
Luminance
0.5120
Every format
| HEX | #ceb0fc |
| RGB | rgb(206, 176, 252) |
| HSL | hsl(264, 93%, 84%) |
| CMYK | cmyk(18%, 30%, 0%, 1%) |
| LAB | lab(76.8 25.4 -33.7) |
| LCH | lch(76.8 42.2 307.1) |
| OKLCH | oklch(0.810 0.110 302.1) |
Copy-ready code
/* CSS */
color: #ceb0fc;
background-color: #ceb0fc;
/* Tailwind (arbitrary) */
class="text-[#ceb0fc] bg-[#ceb0fc]"
/* SCSS */
$brand: #ceb0fc;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#ceb0fc")Accessibility — WCAG contrast
Aa
#ceb0fc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb0fc on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ceb0fc text on a black background
contrast 11.24:1
Card sample
#ceb0fc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb0fc;
Background color
Panel with #ceb0fc background
background-color: #ceb0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb0fc; background: linear-gradient(135deg, #ceb0fc, #FCB0F7);