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