#ceabca
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 171, 202
HSL
307°, 26%, 74%
CMYK
0, 17, 2, 19
Luminance
0.4651
Every format
| HEX | #ceabca |
| RGB | rgb(206, 171, 202) |
| HSL | hsl(307, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 2%, 19%) |
| LAB | lab(73.9 18.0 -11.0) |
| LCH | lch(73.9 21.1 328.7) |
| OKLCH | oklch(0.782 0.058 329.9) |
Copy-ready code
/* CSS */
color: #ceabca;
background-color: #ceabca;
/* Tailwind (arbitrary) */
class="text-[#ceabca] bg-[#ceabca]"
/* SCSS */
$brand: #ceabca;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.792)
/* Android */
Color.parseColor("#ceabca")Accessibility — WCAG contrast
Aa
#ceabca on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabca on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow1.9%
Key (black)19.2%
Color previews
#ceabca text on a black background
contrast 10.30:1
Card sample
#ceabca text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabca;
Background color
Panel with #ceabca background
background-color: #ceabca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabca; background: linear-gradient(135deg, #ceabca, #CEABB3);