#ce23ff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 35, 255
HSL
287°, 100%, 57%
CMYK
19, 86, 0, 0
Luminance
0.2154
Every format
| HEX | #ce23ff |
| RGB | rgb(206, 35, 255) |
| HSL | hsl(287, 100%, 57%) |
| CMYK | cmyk(19%, 86%, 0%, 0%) |
| LAB | lab(53.5 87.3 -72.2) |
| LCH | lch(53.5 113.3 320.4) |
| OKLCH | oklch(0.639 0.296 316.5) |
Copy-ready code
/* CSS */
color: #ce23ff;
background-color: #ce23ff;
/* Tailwind (arbitrary) */
class="text-[#ce23ff] bg-[#ce23ff]"
/* SCSS */
$brand: #ce23ff;
/* SwiftUI */
Color(red: 0.808, green: 0.137, blue: 1.000)
/* Android */
Color.parseColor("#ce23ff")Accessibility — WCAG contrast
Aa
#ce23ff on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce23ff on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta86.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ce23ff text on a black background
contrast 5.31:1
Card sample
#ce23ff text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce23ff;
Background color
Panel with #ce23ff background
background-color: #ce23ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce23ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 35, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 35, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce23ff; background: linear-gradient(135deg, #ce23ff, #FF239E);