#ceabdb
a light, soft violet · warm · closest name: plum
RGB
206, 171, 219
HSL
284°, 40%, 77%
CMYK
6, 22, 0, 14
Luminance
0.4736
Every format
| HEX | #ceabdb |
| RGB | rgb(206, 171, 219) |
| HSL | hsl(284, 40%, 77%) |
| CMYK | cmyk(6%, 22%, 0%, 14%) |
| LAB | lab(74.4 21.3 -19.4) |
| LCH | lch(74.4 28.8 317.6) |
| OKLCH | oklch(0.788 0.077 316.8) |
Copy-ready code
/* CSS */
color: #ceabdb;
background-color: #ceabdb;
/* Tailwind (arbitrary) */
class="text-[#ceabdb] bg-[#ceabdb]"
/* SCSS */
$brand: #ceabdb;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.859)
/* Android */
Color.parseColor("#ceabdb")Accessibility — WCAG contrast
Aa
#ceabdb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabdb on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta21.9%
Yellow0.0%
Key (black)14.1%
Color previews
#ceabdb text on a black background
contrast 10.47:1
Card sample
#ceabdb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabdb;
Background color
Panel with #ceabdb background
background-color: #ceabdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabdb; background: linear-gradient(135deg, #ceabdb, #DBABC8);