#cb5fff
a light, electric violet · warm · closest name: violet
RGB
203, 95, 255
HSL
281°, 100%, 69%
CMYK
20, 63, 0, 0
Luminance
0.2810
Every format
| HEX | #cb5fff |
| RGB | rgb(203, 95, 255) |
| HSL | hsl(281, 100%, 69%) |
| CMYK | cmyk(20%, 63%, 0%, 0%) |
| LAB | lab(60.0 67.2 -61.8) |
| LCH | lch(60.0 91.3 317.4) |
| OKLCH | oklch(0.684 0.237 312.9) |
Copy-ready code
/* CSS */
color: #cb5fff;
background-color: #cb5fff;
/* Tailwind (arbitrary) */
class="text-[#cb5fff] bg-[#cb5fff]"
/* SCSS */
$brand: #cb5fff;
/* SwiftUI */
Color(red: 0.796, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#cb5fff")Accessibility — WCAG contrast
Aa
#cb5fff on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5fff on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green37.3%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cb5fff text on a black background
contrast 6.62:1
Card sample
#cb5fff text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5fff;
Background color
Panel with #cb5fff background
background-color: #cb5fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5fff; background: linear-gradient(135deg, #cb5fff, #FF5FC8);