#ceabc0
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 171, 192
HSL
324°, 26%, 74%
CMYK
0, 17, 7, 19
Luminance
0.4605
Every format
| HEX | #ceabc0 |
| RGB | rgb(206, 171, 192) |
| HSL | hsl(324, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 7%, 19%) |
| LAB | lab(73.6 16.2 -5.9) |
| LCH | lch(73.6 17.3 340.0) |
| OKLCH | oklch(0.778 0.049 341.6) |
Copy-ready code
/* CSS */
color: #ceabc0;
background-color: #ceabc0;
/* Tailwind (arbitrary) */
class="text-[#ceabc0] bg-[#ceabc0]"
/* SCSS */
$brand: #ceabc0;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.753)
/* Android */
Color.parseColor("#ceabc0")Accessibility — WCAG contrast
Aa
#ceabc0 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabc0 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow6.8%
Key (black)19.2%
Color previews
#ceabc0 text on a black background
contrast 10.21:1
Card sample
#ceabc0 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabc0;
Background color
Panel with #ceabc0 background
background-color: #ceabc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabc0; background: linear-gradient(135deg, #ceabc0, #CEADAB);