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