#ce5fff
a light, electric violet · warm · closest name: violet
RGB
206, 95, 255
HSL
282°, 100%, 69%
CMYK
19, 63, 0, 0
Luminance
0.2853
Every format
| HEX | #ce5fff |
| RGB | rgb(206, 95, 255) |
| HSL | hsl(282, 100%, 69%) |
| CMYK | cmyk(19%, 63%, 0%, 0%) |
| LAB | lab(60.4 67.9 -61.2) |
| LCH | lch(60.4 91.4 318.0) |
| OKLCH | oklch(0.688 0.239 313.9) |
Copy-ready code
/* CSS */
color: #ce5fff;
background-color: #ce5fff;
/* Tailwind (arbitrary) */
class="text-[#ce5fff] bg-[#ce5fff]"
/* SCSS */
$brand: #ce5fff;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#ce5fff")Accessibility — WCAG contrast
Aa
#ce5fff on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fff on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ce5fff text on a black background
contrast 6.71:1
Card sample
#ce5fff text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fff;
Background color
Panel with #ce5fff background
background-color: #ce5fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fff; background: linear-gradient(135deg, #ce5fff, #FF5FC5);