#ce72be
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 114, 190
HSL
310°, 48%, 63%
CMYK
0, 45, 8, 19
Luminance
0.2887
Every format
| HEX | #ce72be |
| RGB | rgb(206, 114, 190) |
| HSL | hsl(310, 48%, 63%) |
| CMYK | cmyk(0%, 45%, 8%, 19%) |
| LAB | lab(60.7 46.6 -24.3) |
| LCH | lch(60.7 52.5 332.5) |
| OKLCH | oklch(0.680 0.149 333.9) |
Copy-ready code
/* CSS */
color: #ce72be;
background-color: #ce72be;
/* Tailwind (arbitrary) */
class="text-[#ce72be] bg-[#ce72be]"
/* SCSS */
$brand: #ce72be;
/* SwiftUI */
Color(red: 0.808, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ce72be")Accessibility — WCAG contrast
Aa
#ce72be on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce72be on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow7.8%
Key (black)19.2%
Color previews
#ce72be text on a black background
contrast 6.77:1
Card sample
#ce72be text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce72be;
Background color
Panel with #ce72be background
background-color: #ce72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce72be; background: linear-gradient(135deg, #ce72be, #CE7281);