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