#ce3ba7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 59, 167
HSL
316°, 60%, 52%
CMYK
0, 71, 19, 19
Luminance
0.1904
Every format
| HEX | #ce3ba7 |
| RGB | rgb(206, 59, 167) |
| HSL | hsl(316, 60%, 52%) |
| CMYK | cmyk(0%, 71%, 19%, 19%) |
| LAB | lab(50.7 67.3 -26.3) |
| LCH | lch(50.7 72.2 338.7) |
| OKLCH | oklch(0.604 0.213 340.6) |
Copy-ready code
/* CSS */
color: #ce3ba7;
background-color: #ce3ba7;
/* Tailwind (arbitrary) */
class="text-[#ce3ba7] bg-[#ce3ba7]"
/* SCSS */
$brand: #ce3ba7;
/* SwiftUI */
Color(red: 0.808, green: 0.231, blue: 0.655)
/* Android */
Color.parseColor("#ce3ba7")Accessibility — WCAG contrast
Aa
#ce3ba7 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3ba7 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.1%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow18.9%
Key (black)19.2%
Color previews
#ce3ba7 text on a black background
contrast 4.81:1
Card sample
#ce3ba7 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3ba7;
Background color
Panel with #ce3ba7 background
background-color: #ce3ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 59, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 59, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3ba7; background: linear-gradient(135deg, #ce3ba7, #CE3B45);