#ce46ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 70, 186
HSL
309°, 58%, 54%
CMYK
0, 66, 10, 19
Luminance
0.2105
Every format
| HEX | #ce46ba |
| RGB | rgb(206, 70, 186) |
| HSL | hsl(309, 58%, 54%) |
| CMYK | cmyk(0%, 66%, 10%, 19%) |
| LAB | lab(53.0 66.0 -33.9) |
| LCH | lch(53.0 74.2 332.8) |
| OKLCH | oklch(0.623 0.213 334.2) |
Copy-ready code
/* CSS */
color: #ce46ba;
background-color: #ce46ba;
/* Tailwind (arbitrary) */
class="text-[#ce46ba] bg-[#ce46ba]"
/* SCSS */
$brand: #ce46ba;
/* SwiftUI */
Color(red: 0.808, green: 0.275, blue: 0.729)
/* Android */
Color.parseColor("#ce46ba")Accessibility — WCAG contrast
Aa
#ce46ba on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce46ba on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow9.7%
Key (black)19.2%
Color previews
#ce46ba text on a black background
contrast 5.21:1
Card sample
#ce46ba text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce46ba;
Background color
Panel with #ce46ba background
background-color: #ce46ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce46ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 70, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 70, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce46ba; background: linear-gradient(135deg, #ce46ba, #CE465F);