#ceafd6
a light, soft violet · warm · closest name: plum
RGB
206, 175, 214
HSL
288°, 32%, 76%
CMYK
4, 18, 0, 16
Luminance
0.4864
Every format
| HEX | #ceafd6 |
| RGB | rgb(206, 175, 214) |
| HSL | hsl(288, 32%, 76%) |
| CMYK | cmyk(4%, 18%, 0%, 16%) |
| LAB | lab(75.2 18.1 -15.5) |
| LCH | lch(75.2 23.9 319.5) |
| OKLCH | oklch(0.793 0.064 319.3) |
Copy-ready code
/* CSS */
color: #ceafd6;
background-color: #ceafd6;
/* Tailwind (arbitrary) */
class="text-[#ceafd6] bg-[#ceafd6]"
/* SCSS */
$brand: #ceafd6;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#ceafd6")Accessibility — WCAG contrast
Aa
#ceafd6 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd6 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue83.9%
CMYK percentages
Cyan3.7%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#ceafd6 text on a black background
contrast 10.73:1
Card sample
#ceafd6 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd6;
Background color
Panel with #ceafd6 background
background-color: #ceafd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd6; background: linear-gradient(135deg, #ceafd6, #D6AFC4);