#cb45fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 69, 253
HSL
284°, 98%, 63%
CMYK
20, 73, 0, 1
Luminance
0.2404
Every format
| HEX | #cb45fd |
| RGB | rgb(203, 69, 253) |
| HSL | hsl(284, 98%, 63%) |
| CMYK | cmyk(20%, 73%, 0%, 1%) |
| LAB | lab(56.1 77.3 -66.9) |
| LCH | lch(56.1 102.2 319.1) |
| OKLCH | oklch(0.656 0.267 314.9) |
Copy-ready code
/* CSS */
color: #cb45fd;
background-color: #cb45fd;
/* Tailwind (arbitrary) */
class="text-[#cb45fd] bg-[#cb45fd]"
/* SCSS */
$brand: #cb45fd;
/* SwiftUI */
Color(red: 0.796, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#cb45fd")Accessibility — WCAG contrast
Aa
#cb45fd on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb45fd on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.1%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cb45fd text on a black background
contrast 5.81:1
Card sample
#cb45fd text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb45fd;
Background color
Panel with #cb45fd background
background-color: #cb45fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb45fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb45fd; background: linear-gradient(135deg, #cb45fd, #FD45B4);