#ce37df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
206, 55, 223
HSL
294°, 72%, 55%
CMYK
8, 75, 0, 13
Luminance
0.2118
Every format
| HEX | #ce37df |
| RGB | rgb(206, 55, 223) |
| HSL | hsl(294, 72%, 55%) |
| CMYK | cmyk(8%, 75%, 0%, 13%) |
| LAB | lab(53.1 77.1 -54.8) |
| LCH | lch(53.1 94.6 324.6) |
| OKLCH | oklch(0.630 0.257 323.5) |
Copy-ready code
/* CSS */
color: #ce37df;
background-color: #ce37df;
/* Tailwind (arbitrary) */
class="text-[#ce37df] bg-[#ce37df]"
/* SCSS */
$brand: #ce37df;
/* SwiftUI */
Color(red: 0.808, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#ce37df")Accessibility — WCAG contrast
Aa
#ce37df on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce37df on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green21.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#ce37df text on a black background
contrast 5.24:1
Card sample
#ce37df text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce37df;
Background color
Panel with #ce37df background
background-color: #ce37df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce37df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce37df; background: linear-gradient(135deg, #ce37df, #DF3780);