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