#cebaf7
a light, electric violet · warm · closest name: plum
RGB
206, 186, 247
HSL
260°, 79%, 85%
CMYK
17, 25, 0, 3
Luminance
0.5496
Every format
| HEX | #cebaf7 |
| RGB | rgb(206, 186, 247) |
| HSL | hsl(260, 79%, 85%) |
| CMYK | cmyk(17%, 25%, 0%, 3%) |
| LAB | lab(79.0 18.9 -27.6) |
| LCH | lch(79.0 33.4 304.4) |
| OKLCH | oklch(0.826 0.087 299.5) |
Copy-ready code
/* CSS */
color: #cebaf7;
background-color: #cebaf7;
/* Tailwind (arbitrary) */
class="text-[#cebaf7] bg-[#cebaf7]"
/* SCSS */
$brand: #cebaf7;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#cebaf7")Accessibility — WCAG contrast
Aa
#cebaf7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaf7 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cebaf7 text on a black background
contrast 11.99:1
Card sample
#cebaf7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaf7;
Background color
Panel with #cebaf7 background
background-color: #cebaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaf7; background: linear-gradient(135deg, #cebaf7, #F7BAF7);