#ceacbc
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 172, 188
HSL
332°, 26%, 74%
CMYK
0, 17, 9, 19
Luminance
0.4626
Every format
| HEX | #ceacbc |
| RGB | rgb(206, 172, 188) |
| HSL | hsl(332, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 9%, 19%) |
| LAB | lab(73.7 15.0 -3.5) |
| LCH | lch(73.7 15.4 346.7) |
| OKLCH | oklch(0.779 0.045 348.2) |
Copy-ready code
/* CSS */
color: #ceacbc;
background-color: #ceacbc;
/* Tailwind (arbitrary) */
class="text-[#ceacbc] bg-[#ceacbc]"
/* SCSS */
$brand: #ceacbc;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#ceacbc")Accessibility — WCAG contrast
Aa
#ceacbc on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacbc on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow8.7%
Key (black)19.2%
Color previews
#ceacbc text on a black background
contrast 10.25:1
Card sample
#ceacbc text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacbc;
Background color
Panel with #ceacbc background
background-color: #ceacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacbc; background: linear-gradient(135deg, #ceacbc, #CEB3AC);