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