#ce3fac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 63, 172
HSL
314°, 59%, 53%
CMYK
0, 69, 17, 19
Luminance
0.1966
Every format
| HEX | #ce3fac |
| RGB | rgb(206, 63, 172) |
| HSL | hsl(314, 59%, 53%) |
| CMYK | cmyk(0%, 69%, 17%, 19%) |
| LAB | lab(51.5 66.5 -28.1) |
| LCH | lch(51.5 72.3 337.1) |
| OKLCH | oklch(0.609 0.211 338.9) |
Copy-ready code
/* CSS */
color: #ce3fac;
background-color: #ce3fac;
/* Tailwind (arbitrary) */
class="text-[#ce3fac] bg-[#ce3fac]"
/* SCSS */
$brand: #ce3fac;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 0.675)
/* Android */
Color.parseColor("#ce3fac")Accessibility — WCAG contrast
Aa
#ce3fac on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3fac on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow16.5%
Key (black)19.2%
Color previews
#ce3fac text on a black background
contrast 4.93:1
Card sample
#ce3fac text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3fac;
Background color
Panel with #ce3fac background
background-color: #ce3fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3fac; background: linear-gradient(135deg, #ce3fac, #CE3F4C);