#ce5fc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 95, 194
HSL
307°, 53%, 59%
CMYK
0, 54, 6, 19
Luminance
0.2520
Every format
| HEX | #ce5fc2 |
| RGB | rgb(206, 95, 194) |
| HSL | hsl(307, 53%, 59%) |
| CMYK | cmyk(0%, 54%, 6%, 19%) |
| LAB | lab(57.3 56.6 -31.8) |
| LCH | lch(57.3 64.9 330.7) |
| OKLCH | oklch(0.655 0.183 331.7) |
Copy-ready code
/* CSS */
color: #ce5fc2;
background-color: #ce5fc2;
/* Tailwind (arbitrary) */
class="text-[#ce5fc2] bg-[#ce5fc2]"
/* SCSS */
$brand: #ce5fc2;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#ce5fc2")Accessibility — WCAG contrast
Aa
#ce5fc2 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fc2 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow5.8%
Key (black)19.2%
Color previews
#ce5fc2 text on a black background
contrast 6.04:1
Card sample
#ce5fc2 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fc2;
Background color
Panel with #ce5fc2 background
background-color: #ce5fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fc2; background: linear-gradient(135deg, #ce5fc2, #CE5F78);