#ce1fff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 31, 255
HSL
287°, 100%, 56%
CMYK
19, 88, 0, 0
Luminance
0.2132
Every format
| HEX | #ce1fff |
| RGB | rgb(206, 31, 255) |
| HSL | hsl(287, 100%, 56%) |
| CMYK | cmyk(19%, 88%, 0%, 0%) |
| LAB | lab(53.3 88.0 -72.5) |
| LCH | lch(53.3 114.1 320.5) |
| OKLCH | oklch(0.638 0.298 316.5) |
Copy-ready code
/* CSS */
color: #ce1fff;
background-color: #ce1fff;
/* Tailwind (arbitrary) */
class="text-[#ce1fff] bg-[#ce1fff]"
/* SCSS */
$brand: #ce1fff;
/* SwiftUI */
Color(red: 0.808, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#ce1fff")Accessibility — WCAG contrast
Aa
#ce1fff on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce1fff on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green12.2%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ce1fff text on a black background
contrast 5.26:1
Card sample
#ce1fff text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1fff;
Background color
Panel with #ce1fff background
background-color: #ce1fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1fff; background: linear-gradient(135deg, #ce1fff, #FF1F9B);