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