#ce72df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 114, 223
HSL
291°, 63%, 66%
CMYK
8, 49, 0, 13
Luminance
0.3048
Every format
| HEX | #ce72df |
| RGB | rgb(206, 114, 223) |
| HSL | hsl(291, 63%, 66%) |
| CMYK | cmyk(8%, 49%, 0%, 13%) |
| LAB | lab(62.1 52.6 -40.7) |
| LCH | lch(62.1 66.5 322.3) |
| OKLCH | oklch(0.695 0.179 321.2) |
Copy-ready code
/* CSS */
color: #ce72df;
background-color: #ce72df;
/* Tailwind (arbitrary) */
class="text-[#ce72df] bg-[#ce72df]"
/* SCSS */
$brand: #ce72df;
/* SwiftUI */
Color(red: 0.808, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#ce72df")Accessibility — WCAG contrast
Aa
#ce72df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce72df on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ce72df text on a black background
contrast 7.10:1
Card sample
#ce72df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce72df;
Background color
Panel with #ce72df background
background-color: #ce72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce72df; background: linear-gradient(135deg, #ce72df, #DF72A7);