#ce72cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 114, 207
HSL
299°, 49%, 63%
CMYK
1, 45, 0, 19
Luminance
0.2966
Every format
| HEX | #ce72cf |
| RGB | rgb(206, 114, 207) |
| HSL | hsl(299, 49%, 63%) |
| CMYK | cmyk(1%, 45%, 0%, 19%) |
| LAB | lab(61.4 49.6 -32.8) |
| LCH | lch(61.4 59.5 326.5) |
| OKLCH | oklch(0.687 0.164 326.8) |
Copy-ready code
/* CSS */
color: #ce72cf;
background-color: #ce72cf;
/* Tailwind (arbitrary) */
class="text-[#ce72cf] bg-[#ce72cf]"
/* SCSS */
$brand: #ce72cf;
/* SwiftUI */
Color(red: 0.808, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#ce72cf")Accessibility — WCAG contrast
Aa
#ce72cf on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce72cf on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ce72cf text on a black background
contrast 6.93:1
Card sample
#ce72cf text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce72cf;
Background color
Panel with #ce72cf background
background-color: #ce72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce72cf; background: linear-gradient(135deg, #ce72cf, #CF7292);