#ce37fd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 55, 253
HSL
286°, 98%, 60%
CMYK
19, 78, 0, 1
Luminance
0.2295
Every format
| HEX | #ce37fd |
| RGB | rgb(206, 55, 253) |
| HSL | hsl(286, 98%, 60%) |
| CMYK | cmyk(19%, 78%, 0%, 1%) |
| LAB | lab(55.0 82.3 -68.7) |
| LCH | lch(55.0 107.2 320.2) |
| OKLCH | oklch(0.649 0.281 316.4) |
Copy-ready code
/* CSS */
color: #ce37fd;
background-color: #ce37fd;
/* Tailwind (arbitrary) */
class="text-[#ce37fd] bg-[#ce37fd]"
/* SCSS */
$brand: #ce37fd;
/* SwiftUI */
Color(red: 0.808, green: 0.216, blue: 0.992)
/* Android */
Color.parseColor("#ce37fd")Accessibility — WCAG contrast
Aa
#ce37fd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce37fd on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green21.6%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta78.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ce37fd text on a black background
contrast 5.59:1
Card sample
#ce37fd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce37fd;
Background color
Panel with #ce37fd background
background-color: #ce37fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce37fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 55, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 55, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce37fd; background: linear-gradient(135deg, #ce37fd, #FD37A8);