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