#ce39af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 57, 175
HSL
313°, 60%, 52%
CMYK
0, 72, 15, 19
Luminance
0.1914
Every format
| HEX | #ce39af |
| RGB | rgb(206, 57, 175) |
| HSL | hsl(313, 60%, 52%) |
| CMYK | cmyk(0%, 72%, 15%, 19%) |
| LAB | lab(50.9 69.0 -30.8) |
| LCH | lch(50.9 75.6 336.0) |
| OKLCH | oklch(0.606 0.220 337.7) |
Copy-ready code
/* CSS */
color: #ce39af;
background-color: #ce39af;
/* Tailwind (arbitrary) */
class="text-[#ce39af] bg-[#ce39af]"
/* SCSS */
$brand: #ce39af;
/* SwiftUI */
Color(red: 0.808, green: 0.224, blue: 0.686)
/* Android */
Color.parseColor("#ce39af")Accessibility — WCAG contrast
Aa
#ce39af on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce39af on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow15.0%
Key (black)19.2%
Color previews
#ce39af text on a black background
contrast 4.83:1
Card sample
#ce39af text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce39af;
Background color
Panel with #ce39af background
background-color: #ce39af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce39af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 57, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 57, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce39af; background: linear-gradient(135deg, #ce39af, #CE394C);