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