#ce75af
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
206, 117, 175
HSL
321°, 48%, 63%
CMYK
0, 43, 15, 19
Luminance
0.2894
Every format
| HEX | #ce75af |
| RGB | rgb(206, 117, 175) |
| HSL | hsl(321, 48%, 63%) |
| CMYK | cmyk(0%, 43%, 15%, 19%) |
| LAB | lab(60.7 42.6 -15.6) |
| LCH | lch(60.7 45.3 339.8) |
| OKLCH | oklch(0.678 0.132 341.6) |
Copy-ready code
/* CSS */
color: #ce75af;
background-color: #ce75af;
/* Tailwind (arbitrary) */
class="text-[#ce75af] bg-[#ce75af]"
/* SCSS */
$brand: #ce75af;
/* SwiftUI */
Color(red: 0.808, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#ce75af")Accessibility — WCAG contrast
Aa
#ce75af on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce75af on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green45.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow15.0%
Key (black)19.2%
Color previews
#ce75af text on a black background
contrast 6.79:1
Card sample
#ce75af text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce75af;
Background color
Panel with #ce75af background
background-color: #ce75af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce75af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce75af; background: linear-gradient(135deg, #ce75af, #CE7675);