#ce3fff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 63, 255
HSL
285°, 100%, 62%
CMYK
19, 75, 0, 0
Luminance
0.2390
Every format
| HEX | #ce3fff |
| RGB | rgb(206, 63, 255) |
| HSL | hsl(285, 100%, 62%) |
| CMYK | cmyk(19%, 75%, 0%, 0%) |
| LAB | lab(56.0 80.2 -68.2) |
| LCH | lch(56.0 105.3 319.6) |
| OKLCH | oklch(0.656 0.275 315.6) |
Copy-ready code
/* CSS */
color: #ce3fff;
background-color: #ce3fff;
/* Tailwind (arbitrary) */
class="text-[#ce3fff] bg-[#ce3fff]"
/* SCSS */
$brand: #ce3fff;
/* SwiftUI */
Color(red: 0.808, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#ce3fff")Accessibility — WCAG contrast
Aa
#ce3fff on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3fff on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green24.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ce3fff text on a black background
contrast 5.78:1
Card sample
#ce3fff text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3fff;
Background color
Panel with #ce3fff background
background-color: #ce3fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3fff; background: linear-gradient(135deg, #ce3fff, #FF3FB0);