#ceadba
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 173, 186
HSL
336°, 25%, 74%
CMYK
0, 16, 10, 19
Luminance
0.4655
Every format
| HEX | #ceadba |
| RGB | rgb(206, 173, 186) |
| HSL | hsl(336, 25%, 74%) |
| CMYK | cmyk(0%, 16%, 10%, 19%) |
| LAB | lab(73.9 14.1 -2.2) |
| LCH | lch(73.9 14.3 351.3) |
| OKLCH | oklch(0.780 0.042 352.4) |
Copy-ready code
/* CSS */
color: #ceadba;
background-color: #ceadba;
/* Tailwind (arbitrary) */
class="text-[#ceadba] bg-[#ceadba]"
/* SCSS */
$brand: #ceadba;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.729)
/* Android */
Color.parseColor("#ceadba")Accessibility — WCAG contrast
Aa
#ceadba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadba on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow9.7%
Key (black)19.2%
Color previews
#ceadba text on a black background
contrast 10.31:1
Card sample
#ceadba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadba;
Background color
Panel with #ceadba background
background-color: #ceadba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadba; background: linear-gradient(135deg, #ceadba, #CEB6AD);