#cebaf3
a light, vivid violet · warm · closest name: plum
RGB
206, 186, 243
HSL
261°, 70%, 84%
CMYK
15, 24, 0, 5
Luminance
0.5471
Every format
| HEX | #cebaf3 |
| RGB | rgb(206, 186, 243) |
| HSL | hsl(261, 70%, 84%) |
| CMYK | cmyk(15%, 24%, 0%, 5%) |
| LAB | lab(78.9 18.0 -25.6) |
| LCH | lch(78.9 31.4 305.1) |
| OKLCH | oklch(0.825 0.082 300.7) |
Copy-ready code
/* CSS */
color: #cebaf3;
background-color: #cebaf3;
/* Tailwind (arbitrary) */
class="text-[#cebaf3] bg-[#cebaf3]"
/* SCSS */
$brand: #cebaf3;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#cebaf3")Accessibility — WCAG contrast
Aa
#cebaf3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaf3 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cebaf3 text on a black background
contrast 11.94:1
Card sample
#cebaf3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaf3;
Background color
Panel with #cebaf3 background
background-color: #cebaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaf3; background: linear-gradient(135deg, #cebaf3, #F3BAF2);