#ceaddf
a light, soft violet · warm · closest name: plum
RGB
206, 173, 223
HSL
280°, 44%, 78%
CMYK
8, 22, 0, 13
Luminance
0.4834
Every format
| HEX | #ceaddf |
| RGB | rgb(206, 173, 223) |
| HSL | hsl(280, 44%, 78%) |
| CMYK | cmyk(8%, 22%, 0%, 13%) |
| LAB | lab(75.0 21.0 -20.7) |
| LCH | lch(75.0 29.5 315.4) |
| OKLCH | oklch(0.793 0.078 314.1) |
Copy-ready code
/* CSS */
color: #ceaddf;
background-color: #ceaddf;
/* Tailwind (arbitrary) */
class="text-[#ceaddf] bg-[#ceaddf]"
/* SCSS */
$brand: #ceaddf;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#ceaddf")Accessibility — WCAG contrast
Aa
#ceaddf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaddf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ceaddf text on a black background
contrast 10.67:1
Card sample
#ceaddf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaddf;
Background color
Panel with #ceaddf background
background-color: #ceaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaddf; background: linear-gradient(135deg, #ceaddf, #DFADCF);