#ce4fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 79, 194
HSL
306°, 56%, 56%
CMYK
0, 62, 6, 19
Luminance
0.2261
Every format
| HEX | #ce4fc2 |
| RGB | rgb(206, 79, 194) |
| HSL | hsl(306, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 6%, 19%) |
| LAB | lab(54.7 63.7 -35.9) |
| LCH | lch(54.7 73.1 330.6) |
| OKLCH | oklch(0.636 0.207 331.6) |
Copy-ready code
/* CSS */
color: #ce4fc2;
background-color: #ce4fc2;
/* Tailwind (arbitrary) */
class="text-[#ce4fc2] bg-[#ce4fc2]"
/* SCSS */
$brand: #ce4fc2;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.761)
/* Android */
Color.parseColor("#ce4fc2")Accessibility — WCAG contrast
Aa
#ce4fc2 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4fc2 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow5.8%
Key (black)19.2%
Color previews
#ce4fc2 text on a black background
contrast 5.52:1
Card sample
#ce4fc2 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4fc2;
Background color
Panel with #ce4fc2 background
background-color: #ce4fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4fc2; background: linear-gradient(135deg, #ce4fc2, #CE4F6D);