#ceb1f1
a light, vivid violet · warm · closest name: plum
RGB
206, 177, 241
HSL
267°, 70%, 82%
CMYK
15, 27, 0, 6
Luminance
0.5092
Every format
| HEX | #ceb1f1 |
| RGB | rgb(206, 177, 241) |
| HSL | hsl(267, 70%, 82%) |
| CMYK | cmyk(15%, 27%, 0%, 6%) |
| LAB | lab(76.6 22.5 -28.0) |
| LCH | lch(76.6 35.9 308.8) |
| OKLCH | oklch(0.807 0.094 305.1) |
Copy-ready code
/* CSS */
color: #ceb1f1;
background-color: #ceb1f1;
/* Tailwind (arbitrary) */
class="text-[#ceb1f1] bg-[#ceb1f1]"
/* SCSS */
$brand: #ceb1f1;
/* SwiftUI */
Color(red: 0.808, green: 0.694, blue: 0.945)
/* Android */
Color.parseColor("#ceb1f1")Accessibility — WCAG contrast
Aa
#ceb1f1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb1f1 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.4%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta26.6%
Yellow0.0%
Key (black)5.5%
Color previews
#ceb1f1 text on a black background
contrast 11.18:1
Card sample
#ceb1f1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb1f1;
Background color
Panel with #ceb1f1 background
background-color: #ceb1f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb1f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 177, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 177, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb1f1; background: linear-gradient(135deg, #ceb1f1, #F1B1E9);