#ceadbc
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 173, 188
HSL
333°, 25%, 74%
CMYK
0, 16, 9, 19
Luminance
0.4664
Every format
| HEX | #ceadbc |
| RGB | rgb(206, 173, 188) |
| HSL | hsl(333, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 9%, 19%) |
| LAB | lab(74.0 14.4 -3.2) |
| LCH | lch(74.0 14.8 347.6) |
| OKLCH | oklch(0.781 0.043 349.0) |
Copy-ready code
/* CSS */
color: #ceadbc;
background-color: #ceadbc;
/* Tailwind (arbitrary) */
class="text-[#ceadbc] bg-[#ceadbc]"
/* SCSS */
$brand: #ceadbc;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.737)
/* Android */
Color.parseColor("#ceadbc")Accessibility — WCAG contrast
Aa
#ceadbc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadbc on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow8.7%
Key (black)19.2%
Color previews
#ceadbc text on a black background
contrast 10.33:1
Card sample
#ceadbc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadbc;
Background color
Panel with #ceadbc background
background-color: #ceadbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadbc; background: linear-gradient(135deg, #ceadbc, #CEB4AD);