#cb38fd
a balanced, electric violet · warm · closest name: magenta
RGB
203, 56, 253
HSL
285°, 98%, 61%
CMYK
20, 78, 0, 1
Luminance
0.2262
Every format
| HEX | #cb38fd |
| RGB | rgb(203, 56, 253) |
| HSL | hsl(285, 98%, 61%) |
| CMYK | cmyk(20%, 78%, 0%, 1%) |
| LAB | lab(54.7 81.5 -69.2) |
| LCH | lch(54.7 106.9 319.6) |
| OKLCH | oklch(0.646 0.279 315.5) |
Copy-ready code
/* CSS */
color: #cb38fd;
background-color: #cb38fd;
/* Tailwind (arbitrary) */
class="text-[#cb38fd] bg-[#cb38fd]"
/* SCSS */
$brand: #cb38fd;
/* SwiftUI */
Color(red: 0.796, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#cb38fd")Accessibility — WCAG contrast
Aa
#cb38fd on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb38fd on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green22.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cb38fd text on a black background
contrast 5.52:1
Card sample
#cb38fd text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb38fd;
Background color
Panel with #cb38fd background
background-color: #cb38fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb38fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb38fd; background: linear-gradient(135deg, #cb38fd, #FD38AC);