#ce5fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 95, 223
HSL
292°, 67%, 62%
CMYK
8, 57, 0, 13
Luminance
0.2663
Every format
| HEX | #ce5fdf |
| RGB | rgb(206, 95, 223) |
| HSL | hsl(292, 67%, 62%) |
| CMYK | cmyk(8%, 57%, 0%, 13%) |
| LAB | lab(58.6 61.7 -46.1) |
| LCH | lch(58.6 77.0 323.2) |
| OKLCH | oklch(0.670 0.209 322.2) |
Copy-ready code
/* CSS */
color: #ce5fdf;
background-color: #ce5fdf;
/* Tailwind (arbitrary) */
class="text-[#ce5fdf] bg-[#ce5fdf]"
/* SCSS */
$brand: #ce5fdf;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#ce5fdf")Accessibility — WCAG contrast
Aa
#ce5fdf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fdf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ce5fdf text on a black background
contrast 6.33:1
Card sample
#ce5fdf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fdf;
Background color
Panel with #ce5fdf background
background-color: #ce5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fdf; background: linear-gradient(135deg, #ce5fdf, #DF5F9B);