#ceaac7
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 170, 199
HSL
312°, 27%, 74%
CMYK
0, 18, 3, 19
Luminance
0.4599
Every format
| HEX | #ceaac7 |
| RGB | rgb(206, 170, 199) |
| HSL | hsl(312, 27%, 74%) |
| CMYK | cmyk(0%, 18%, 3%, 19%) |
| LAB | lab(73.5 18.0 -9.8) |
| LCH | lch(73.5 20.5 331.4) |
| OKLCH | oklch(0.779 0.057 332.8) |
Copy-ready code
/* CSS */
color: #ceaac7;
background-color: #ceaac7;
/* Tailwind (arbitrary) */
class="text-[#ceaac7] bg-[#ceaac7]"
/* SCSS */
$brand: #ceaac7;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.780)
/* Android */
Color.parseColor("#ceaac7")Accessibility — WCAG contrast
Aa
#ceaac7 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaac7 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow3.4%
Key (black)19.2%
Color previews
#ceaac7 text on a black background
contrast 10.20:1
Card sample
#ceaac7 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaac7;
Background color
Panel with #ceaac7 background
background-color: #ceaac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaac7; background: linear-gradient(135deg, #ceaac7, #CEAAAF);