#ceabc5
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 171, 197
HSL
315°, 26%, 74%
CMYK
0, 17, 4, 19
Luminance
0.4628
Every format
| HEX | #ceabc5 |
| RGB | rgb(206, 171, 197) |
| HSL | hsl(315, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 4%, 19%) |
| LAB | lab(73.7 17.1 -8.4) |
| LCH | lch(73.7 19.1 333.7) |
| OKLCH | oklch(0.780 0.054 335.3) |
Copy-ready code
/* CSS */
color: #ceabc5;
background-color: #ceabc5;
/* Tailwind (arbitrary) */
class="text-[#ceabc5] bg-[#ceabc5]"
/* SCSS */
$brand: #ceabc5;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.773)
/* Android */
Color.parseColor("#ceabc5")Accessibility — WCAG contrast
Aa
#ceabc5 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabc5 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow4.4%
Key (black)19.2%
Color previews
#ceabc5 text on a black background
contrast 10.26:1
Card sample
#ceabc5 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabc5;
Background color
Panel with #ceabc5 background
background-color: #ceabc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabc5; background: linear-gradient(135deg, #ceabc5, #CEABAE);