#ceadcc
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 173, 204
HSL
304°, 25%, 74%
CMYK
0, 16, 1, 19
Luminance
0.4737
Every format
| HEX | #ceadcc |
| RGB | rgb(206, 173, 204) |
| HSL | hsl(304, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 1%, 19%) |
| LAB | lab(74.4 17.3 -11.2) |
| LCH | lch(74.4 20.6 327.0) |
| OKLCH | oklch(0.786 0.057 328.0) |
Copy-ready code
/* CSS */
color: #ceadcc;
background-color: #ceadcc;
/* Tailwind (arbitrary) */
class="text-[#ceadcc] bg-[#ceadcc]"
/* SCSS */
$brand: #ceadcc;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.800)
/* Android */
Color.parseColor("#ceadcc")Accessibility — WCAG contrast
Aa
#ceadcc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadcc on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow1.0%
Key (black)19.2%
Color previews
#ceadcc text on a black background
contrast 10.47:1
Card sample
#ceadcc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadcc;
Background color
Panel with #ceadcc background
background-color: #ceadcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadcc; background: linear-gradient(135deg, #ceadcc, #CEADB6);