#ceabc2
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 171, 194
HSL
321°, 26%, 74%
CMYK
0, 17, 6, 19
Luminance
0.4614
Every format
| HEX | #ceabc2 |
| RGB | rgb(206, 171, 194) |
| HSL | hsl(321, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 6%, 19%) |
| LAB | lab(73.6 16.6 -6.9) |
| LCH | lch(73.6 18.0 337.3) |
| OKLCH | oklch(0.779 0.051 339.0) |
Copy-ready code
/* CSS */
color: #ceabc2;
background-color: #ceabc2;
/* Tailwind (arbitrary) */
class="text-[#ceabc2] bg-[#ceabc2]"
/* SCSS */
$brand: #ceabc2;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#ceabc2")Accessibility — WCAG contrast
Aa
#ceabc2 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabc2 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow5.8%
Key (black)19.2%
Color previews
#ceabc2 text on a black background
contrast 10.23:1
Card sample
#ceabc2 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabc2;
Background color
Panel with #ceabc2 background
background-color: #ceabc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabc2; background: linear-gradient(135deg, #ceabc2, #CEABAB);