#ce94af
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 148, 175
HSL
332°, 37%, 69%
CMYK
0, 28, 15, 19
Luminance
0.3740
Every format
| HEX | #ce94af |
| RGB | rgb(206, 148, 175) |
| HSL | hsl(332, 37%, 69%) |
| CMYK | cmyk(0%, 28%, 15%, 19%) |
| LAB | lab(67.6 25.9 -5.4) |
| LCH | lch(67.6 26.5 348.2) |
| OKLCH | oklch(0.731 0.078 349.7) |
Copy-ready code
/* CSS */
color: #ce94af;
background-color: #ce94af;
/* Tailwind (arbitrary) */
class="text-[#ce94af] bg-[#ce94af]"
/* SCSS */
$brand: #ce94af;
/* SwiftUI */
Color(red: 0.808, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#ce94af")Accessibility — WCAG contrast
Aa
#ce94af on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce94af on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow15.0%
Key (black)19.2%
Color previews
#ce94af text on a black background
contrast 8.48:1
Card sample
#ce94af text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce94af;
Background color
Panel with #ce94af background
background-color: #ce94af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce94af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce94af; background: linear-gradient(135deg, #ce94af, #CEA094);