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