#cb47ff
a balanced, electric violet · warm · closest name: magenta
RGB
203, 71, 255
HSL
283°, 100%, 64%
CMYK
20, 72, 0, 0
Luminance
0.2442
Every format
| HEX | #cb47ff |
| RGB | rgb(203, 71, 255) |
| HSL | hsl(283, 100%, 64%) |
| CMYK | cmyk(20%, 72%, 0%, 0%) |
| LAB | lab(56.5 77.0 -67.4) |
| LCH | lch(56.5 102.3 318.8) |
| OKLCH | oklch(0.659 0.266 314.4) |
Copy-ready code
/* CSS */
color: #cb47ff;
background-color: #cb47ff;
/* Tailwind (arbitrary) */
class="text-[#cb47ff] bg-[#cb47ff]"
/* SCSS */
$brand: #cb47ff;
/* SwiftUI */
Color(red: 0.796, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#cb47ff")Accessibility — WCAG contrast
Aa
#cb47ff on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb47ff on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green27.8%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cb47ff text on a black background
contrast 5.88:1
Card sample
#cb47ff text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb47ff;
Background color
Panel with #cb47ff background
background-color: #cb47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb47ff; background: linear-gradient(135deg, #cb47ff, #FF47B8);