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