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