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