#ce24cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 36, 207
HSL
300°, 70%, 48%
CMYK
1, 83, 0, 19
Luminance
0.1889
Every format
| HEX | #ce24cf |
| RGB | rgb(206, 36, 207) |
| HSL | hsl(300, 70%, 48%) |
| CMYK | cmyk(1%, 83%, 0%, 19%) |
| LAB | lab(50.6 79.3 -49.8) |
| LCH | lch(50.6 93.7 327.9) |
| OKLCH | oklch(0.609 0.261 327.9) |
Copy-ready code
/* CSS */
color: #ce24cf;
background-color: #ce24cf;
/* Tailwind (arbitrary) */
class="text-[#ce24cf] bg-[#ce24cf]"
/* SCSS */
$brand: #ce24cf;
/* SwiftUI */
Color(red: 0.808, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#ce24cf")Accessibility — WCAG contrast
Aa
#ce24cf on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce24cf on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green14.1%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ce24cf text on a black background
contrast 4.78:1
Card sample
#ce24cf text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce24cf;
Background color
Panel with #ce24cf background
background-color: #ce24cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce24cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce24cf; background: linear-gradient(135deg, #ce24cf, #CF245E);