#ce77df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 119, 223
HSL
290°, 62%, 67%
CMYK
8, 47, 0, 13
Luminance
0.3164
Every format
| HEX | #ce77df |
| RGB | rgb(206, 119, 223) |
| HSL | hsl(290, 62%, 67%) |
| CMYK | cmyk(8%, 47%, 0%, 13%) |
| LAB | lab(63.0 50.0 -39.2) |
| LCH | lch(63.0 63.5 321.9) |
| OKLCH | oklch(0.702 0.171 320.9) |
Copy-ready code
/* CSS */
color: #ce77df;
background-color: #ce77df;
/* Tailwind (arbitrary) */
class="text-[#ce77df] bg-[#ce77df]"
/* SCSS */
$brand: #ce77df;
/* SwiftUI */
Color(red: 0.808, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#ce77df")Accessibility — WCAG contrast
Aa
#ce77df on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce77df on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce77df text on a black background
contrast 7.33:1
Card sample
#ce77df text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce77df;
Background color
Panel with #ce77df background
background-color: #ce77df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce77df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce77df; background: linear-gradient(135deg, #ce77df, #DF77AB);