#ceadc1
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 173, 193
HSL
324°, 25%, 74%
CMYK
0, 16, 6, 19
Luminance
0.4686
Every format
| HEX | #ceadc1 |
| RGB | rgb(206, 173, 193) |
| HSL | hsl(324, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 6%, 19%) |
| LAB | lab(74.1 15.3 -5.7) |
| LCH | lch(74.1 16.4 339.6) |
| OKLCH | oklch(0.783 0.047 341.2) |
Copy-ready code
/* CSS */
color: #ceadc1;
background-color: #ceadc1;
/* Tailwind (arbitrary) */
class="text-[#ceadc1] bg-[#ceadc1]"
/* SCSS */
$brand: #ceadc1;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.757)
/* Android */
Color.parseColor("#ceadc1")Accessibility — WCAG contrast
Aa
#ceadc1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadc1 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow6.3%
Key (black)19.2%
Color previews
#ceadc1 text on a black background
contrast 10.37:1
Card sample
#ceadc1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadc1;
Background color
Panel with #ceadc1 background
background-color: #ceadc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadc1; background: linear-gradient(135deg, #ceadc1, #CEAFAD);