#cebcf2
a light, vivid violet · warm · closest name: plum
RGB
206, 188, 242
HSL
260°, 68%, 84%
CMYK
15, 22, 0, 5
Luminance
0.5550
Every format
| HEX | #cebcf2 |
| RGB | rgb(206, 188, 242) |
| HSL | hsl(260, 68%, 84%) |
| CMYK | cmyk(15%, 22%, 0%, 5%) |
| LAB | lab(79.3 16.7 -24.4) |
| LCH | lch(79.3 29.6 304.4) |
| OKLCH | oklch(0.828 0.077 300.0) |
Copy-ready code
/* CSS */
color: #cebcf2;
background-color: #cebcf2;
/* Tailwind (arbitrary) */
class="text-[#cebcf2] bg-[#cebcf2]"
/* SCSS */
$brand: #cebcf2;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#cebcf2")Accessibility — WCAG contrast
Aa
#cebcf2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcf2 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue94.9%
CMYK percentages
Cyan14.9%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#cebcf2 text on a black background
contrast 12.10:1
Card sample
#cebcf2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcf2;
Background color
Panel with #cebcf2 background
background-color: #cebcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcf2; background: linear-gradient(135deg, #cebcf2, #F2BCF2);