#ceade7
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 231
HSL
274°, 55%, 79%
CMYK
11, 25, 0, 9
Luminance
0.4878
Every format
| HEX | #ceade7 |
| RGB | rgb(206, 173, 231) |
| HSL | hsl(274, 55%, 79%) |
| CMYK | cmyk(11%, 25%, 0%, 9%) |
| LAB | lab(75.3 22.6 -24.6) |
| LCH | lch(75.3 33.4 312.6) |
| OKLCH | oklch(0.796 0.088 310.2) |
Copy-ready code
/* CSS */
color: #ceade7;
background-color: #ceade7;
/* Tailwind (arbitrary) */
class="text-[#ceade7] bg-[#ceade7]"
/* SCSS */
$brand: #ceade7;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.906)
/* Android */
Color.parseColor("#ceade7")Accessibility — WCAG contrast
Aa
#ceade7 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceade7 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue90.6%
CMYK percentages
Cyan10.8%
Magenta25.1%
Yellow0.0%
Key (black)9.4%
Color previews
#ceade7 text on a black background
contrast 10.76:1
Card sample
#ceade7 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceade7;
Background color
Panel with #ceade7 background
background-color: #ceade7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceade7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceade7; background: linear-gradient(135deg, #ceade7, #E7ADD9);