#ceacb8
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 172, 184
HSL
339°, 26%, 74%
CMYK
0, 17, 11, 19
Luminance
0.4609
Every format
| HEX | #ceacb8 |
| RGB | rgb(206, 172, 184) |
| HSL | hsl(339, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 11%, 19%) |
| LAB | lab(73.6 14.3 -1.5) |
| LCH | lch(73.6 14.4 354.0) |
| OKLCH | oklch(0.778 0.043 354.9) |
Copy-ready code
/* CSS */
color: #ceacb8;
background-color: #ceacb8;
/* Tailwind (arbitrary) */
class="text-[#ceacb8] bg-[#ceacb8]"
/* SCSS */
$brand: #ceacb8;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.722)
/* Android */
Color.parseColor("#ceacb8")Accessibility — WCAG contrast
Aa
#ceacb8 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacb8 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow10.7%
Key (black)19.2%
Color previews
#ceacb8 text on a black background
contrast 10.22:1
Card sample
#ceacb8 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacb8;
Background color
Panel with #ceacb8 background
background-color: #ceacb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacb8; background: linear-gradient(135deg, #ceacb8, #CEB7AC);