#ce5fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 95, 207
HSL
300°, 54%, 59%
CMYK
1, 54, 0, 19
Luminance
0.2581
Every format
| HEX | #ce5fcf |
| RGB | rgb(206, 95, 207) |
| HSL | hsl(300, 54%, 59%) |
| CMYK | cmyk(1%, 54%, 0%, 19%) |
| LAB | lab(57.9 58.8 -38.3) |
| LCH | lch(57.9 70.2 326.9) |
| OKLCH | oklch(0.661 0.194 327.2) |
Copy-ready code
/* CSS */
color: #ce5fcf;
background-color: #ce5fcf;
/* Tailwind (arbitrary) */
class="text-[#ce5fcf] bg-[#ce5fcf]"
/* SCSS */
$brand: #ce5fcf;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#ce5fcf")Accessibility — WCAG contrast
Aa
#ce5fcf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fcf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce5fcf text on a black background
contrast 6.16:1
Card sample
#ce5fcf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fcf;
Background color
Panel with #ce5fcf background
background-color: #ce5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fcf; background: linear-gradient(135deg, #ce5fcf, #CF5F85);