#cb4fff
a light, electric violet · warm · closest name: magenta
RGB
203, 79, 255
HSL
282°, 100%, 66%
CMYK
20, 69, 0, 0
Luminance
0.2551
Every format
| HEX | #cb4fff |
| RGB | rgb(203, 79, 255) |
| HSL | hsl(282, 100%, 66%) |
| CMYK | cmyk(20%, 69%, 0%, 0%) |
| LAB | lab(57.6 74.0 -65.7) |
| LCH | lch(57.6 98.9 318.4) |
| OKLCH | oklch(0.667 0.257 314.0) |
Copy-ready code
/* CSS */
color: #cb4fff;
background-color: #cb4fff;
/* Tailwind (arbitrary) */
class="text-[#cb4fff] bg-[#cb4fff]"
/* SCSS */
$brand: #cb4fff;
/* SwiftUI */
Color(red: 0.796, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#cb4fff")Accessibility — WCAG contrast
Aa
#cb4fff on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4fff on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.0%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cb4fff text on a black background
contrast 6.10:1
Card sample
#cb4fff text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4fff;
Background color
Panel with #cb4fff background
background-color: #cb4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4fff; background: linear-gradient(135deg, #cb4fff, #FF4FBE);