#ce96af
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 150, 175
HSL
333°, 36%, 70%
CMYK
0, 27, 15, 19
Luminance
0.3803
Every format
| HEX | #ce96af |
| RGB | rgb(206, 150, 175) |
| HSL | hsl(333, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 15%, 19%) |
| LAB | lab(68.0 24.8 -4.7) |
| LCH | lch(68.0 25.3 349.3) |
| OKLCH | oklch(0.734 0.074 350.6) |
Copy-ready code
/* CSS */
color: #ce96af;
background-color: #ce96af;
/* Tailwind (arbitrary) */
class="text-[#ce96af] bg-[#ce96af]"
/* SCSS */
$brand: #ce96af;
/* SwiftUI */
Color(red: 0.808, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#ce96af")Accessibility — WCAG contrast
Aa
#ce96af on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce96af on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow15.0%
Key (black)19.2%
Color previews
#ce96af text on a black background
contrast 8.61:1
Card sample
#ce96af text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce96af;
Background color
Panel with #ce96af background
background-color: #ce96af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce96af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce96af; background: linear-gradient(135deg, #ce96af, #CEA296);