#ceb2fc
a light, electric violet · warm · closest name: plum
RGB
206, 178, 252
HSL
263°, 93%, 84%
CMYK
18, 29, 0, 1
Luminance
0.5199
Every format
| HEX | #ceb2fc |
| RGB | rgb(206, 178, 252) |
| HSL | hsl(263, 93%, 84%) |
| CMYK | cmyk(18%, 29%, 0%, 1%) |
| LAB | lab(77.3 24.3 -32.9) |
| LCH | lch(77.3 41.0 306.5) |
| OKLCH | oklch(0.814 0.106 301.4) |
Copy-ready code
/* CSS */
color: #ceb2fc;
background-color: #ceb2fc;
/* Tailwind (arbitrary) */
class="text-[#ceb2fc] bg-[#ceb2fc]"
/* SCSS */
$brand: #ceb2fc;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.988)
/* Android */
Color.parseColor("#ceb2fc")Accessibility — WCAG contrast
Aa
#ceb2fc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2fc on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta29.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ceb2fc text on a black background
contrast 11.40:1
Card sample
#ceb2fc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2fc;
Background color
Panel with #ceb2fc background
background-color: #ceb2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2fc; background: linear-gradient(135deg, #ceb2fc, #FCB2F9);