#cebcf3
a light, vivid violet · warm · closest name: plum
RGB
206, 188, 243
HSL
260°, 70%, 85%
CMYK
15, 23, 0, 5
Luminance
0.5556
Every format
| HEX | #cebcf3 |
| RGB | rgb(206, 188, 243) |
| HSL | hsl(260, 70%, 85%) |
| CMYK | cmyk(15%, 23%, 0%, 5%) |
| LAB | lab(79.4 16.9 -24.9) |
| LCH | lch(79.4 30.1 304.2) |
| OKLCH | oklch(0.829 0.078 299.7) |
Copy-ready code
/* CSS */
color: #cebcf3;
background-color: #cebcf3;
/* Tailwind (arbitrary) */
class="text-[#cebcf3] bg-[#cebcf3]"
/* SCSS */
$brand: #cebcf3;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#cebcf3")Accessibility — WCAG contrast
Aa
#cebcf3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcf3 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#cebcf3 text on a black background
contrast 12.11:1
Card sample
#cebcf3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcf3;
Background color
Panel with #cebcf3 background
background-color: #cebcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcf3; background: linear-gradient(135deg, #cebcf3, #F3BCF3);