#ce4fad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 79, 173
HSL
316°, 56%, 56%
CMYK
0, 62, 16, 19
Luminance
0.2173
Every format
| HEX | #ce4fad |
| RGB | rgb(206, 79, 173) |
| HSL | hsl(316, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 16%, 19%) |
| LAB | lab(53.7 60.5 -25.1) |
| LCH | lch(53.7 65.5 337.4) |
| OKLCH | oklch(0.626 0.191 339.2) |
Copy-ready code
/* CSS */
color: #ce4fad;
background-color: #ce4fad;
/* Tailwind (arbitrary) */
class="text-[#ce4fad] bg-[#ce4fad]"
/* SCSS */
$brand: #ce4fad;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#ce4fad")Accessibility — WCAG contrast
Aa
#ce4fad on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4fad on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow16.0%
Key (black)19.2%
Color previews
#ce4fad text on a black background
contrast 5.35:1
Card sample
#ce4fad text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4fad;
Background color
Panel with #ce4fad background
background-color: #ce4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4fad; background: linear-gradient(135deg, #ce4fad, #CE4F58);