#cb3fff
a balanced, electric violet · warm · closest name: magenta
RGB
203, 63, 255
HSL
284°, 100%, 62%
CMYK
20, 75, 0, 0
Luminance
0.2347
Every format
| HEX | #cb3fff |
| RGB | rgb(203, 63, 255) |
| HSL | hsl(284, 100%, 62%) |
| CMYK | cmyk(20%, 75%, 0%, 0%) |
| LAB | lab(55.6 79.7 -68.9) |
| LCH | lch(55.6 105.3 319.1) |
| OKLCH | oklch(0.652 0.274 314.8) |
Copy-ready code
/* CSS */
color: #cb3fff;
background-color: #cb3fff;
/* Tailwind (arbitrary) */
class="text-[#cb3fff] bg-[#cb3fff]"
/* SCSS */
$brand: #cb3fff;
/* SwiftUI */
Color(red: 0.796, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#cb3fff")Accessibility — WCAG contrast
Aa
#cb3fff on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb3fff on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green24.7%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cb3fff text on a black background
contrast 5.69:1
Card sample
#cb3fff text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb3fff;
Background color
Panel with #cb3fff background
background-color: #cb3fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb3fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb3fff; background: linear-gradient(135deg, #cb3fff, #FF3FB3);