#ce45cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 69, 207
HSL
300°, 59%, 54%
CMYK
1, 67, 0, 19
Luminance
0.2188
Every format
| HEX | #ce45cf |
| RGB | rgb(206, 69, 207) |
| HSL | hsl(300, 59%, 54%) |
| CMYK | cmyk(1%, 67%, 0%, 19%) |
| LAB | lab(53.9 69.7 -44.5) |
| LCH | lch(53.9 82.7 327.4) |
| OKLCH | oklch(0.633 0.230 327.6) |
Copy-ready code
/* CSS */
color: #ce45cf;
background-color: #ce45cf;
/* Tailwind (arbitrary) */
class="text-[#ce45cf] bg-[#ce45cf]"
/* SCSS */
$brand: #ce45cf;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#ce45cf")Accessibility — WCAG contrast
Aa
#ce45cf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce45cf on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ce45cf text on a black background
contrast 5.38:1
Card sample
#ce45cf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce45cf;
Background color
Panel with #ce45cf background
background-color: #ce45cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce45cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce45cf; background: linear-gradient(135deg, #ce45cf, #CF4574);