#ce48cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 72, 207
HSL
300°, 58%, 55%
CMYK
1, 65, 0, 19
Luminance
0.2226
Every format
| HEX | #ce48cf |
| RGB | rgb(206, 72, 207) |
| HSL | hsl(300, 58%, 55%) |
| CMYK | cmyk(1%, 65%, 0%, 19%) |
| LAB | lab(54.3 68.6 -43.9) |
| LCH | lch(54.3 81.5 327.4) |
| OKLCH | oklch(0.635 0.226 327.5) |
Copy-ready code
/* CSS */
color: #ce48cf;
background-color: #ce48cf;
/* Tailwind (arbitrary) */
class="text-[#ce48cf] bg-[#ce48cf]"
/* SCSS */
$brand: #ce48cf;
/* SwiftUI */
Color(red: 0.808, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#ce48cf")Accessibility — WCAG contrast
Aa
#ce48cf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce48cf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green28.2%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ce48cf text on a black background
contrast 5.45:1
Card sample
#ce48cf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce48cf;
Background color
Panel with #ce48cf background
background-color: #ce48cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce48cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce48cf; background: linear-gradient(135deg, #ce48cf, #CF4876);