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