#cebdf7
a pale, electric violet · warm · closest name: plum
RGB
206, 189, 247
HSL
258°, 78%, 86%
CMYK
17, 24, 0, 3
Luminance
0.5623
Every format
| HEX | #cebdf7 |
| RGB | rgb(206, 189, 247) |
| HSL | hsl(258, 78%, 86%) |
| CMYK | cmyk(17%, 24%, 0%, 3%) |
| LAB | lab(79.8 17.3 -26.5) |
| LCH | lch(79.8 31.6 303.1) |
| OKLCH | oklch(0.832 0.082 298.0) |
Copy-ready code
/* CSS */
color: #cebdf7;
background-color: #cebdf7;
/* Tailwind (arbitrary) */
class="text-[#cebdf7] bg-[#cebdf7]"
/* SCSS */
$brand: #cebdf7;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#cebdf7")Accessibility — WCAG contrast
Aa
#cebdf7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebdf7 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#cebdf7 text on a black background
contrast 12.25:1
Card sample
#cebdf7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebdf7;
Background color
Panel with #cebdf7 background
background-color: #cebdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebdf7; background: linear-gradient(135deg, #cebdf7, #F5BDF7);