#ce4fe2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 79, 226
HSL
292°, 72%, 60%
CMYK
9, 65, 0, 11
Luminance
0.2420
Every format
| HEX | #ce4fe2 |
| RGB | rgb(206, 79, 226) |
| HSL | hsl(292, 72%, 60%) |
| CMYK | cmyk(9%, 65%, 0%, 11%) |
| LAB | lab(56.3 69.2 -51.5) |
| LCH | lch(56.3 86.2 323.3) |
| OKLCH | oklch(0.653 0.233 322.0) |
Copy-ready code
/* CSS */
color: #ce4fe2;
background-color: #ce4fe2;
/* Tailwind (arbitrary) */
class="text-[#ce4fe2] bg-[#ce4fe2]"
/* SCSS */
$brand: #ce4fe2;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#ce4fe2")Accessibility — WCAG contrast
Aa
#ce4fe2 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4fe2 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta65.0%
Yellow0.0%
Key (black)11.4%
Color previews
#ce4fe2 text on a black background
contrast 5.84:1
Card sample
#ce4fe2 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4fe2;
Background color
Panel with #ce4fe2 background
background-color: #ce4fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4fe2; background: linear-gradient(135deg, #ce4fe2, #E24F94);