#ce79df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 121, 223
HSL
290°, 61%, 68%
CMYK
8, 46, 0, 13
Luminance
0.3212
Every format
| HEX | #ce79df |
| RGB | rgb(206, 121, 223) |
| HSL | hsl(290, 61%, 68%) |
| CMYK | cmyk(8%, 46%, 0%, 13%) |
| LAB | lab(63.5 49.0 -38.5) |
| LCH | lch(63.5 62.3 321.8) |
| OKLCH | oklch(0.705 0.168 320.8) |
Copy-ready code
/* CSS */
color: #ce79df;
background-color: #ce79df;
/* Tailwind (arbitrary) */
class="text-[#ce79df] bg-[#ce79df]"
/* SCSS */
$brand: #ce79df;
/* SwiftUI */
Color(red: 0.808, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#ce79df")Accessibility — WCAG contrast
Aa
#ce79df on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce79df on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce79df text on a black background
contrast 7.42:1
Card sample
#ce79df text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce79df;
Background color
Panel with #ce79df background
background-color: #ce79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce79df; background: linear-gradient(135deg, #ce79df, #DF79AC);