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