#ce08ff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 8, 255
HSL
288°, 100%, 52%
CMYK
19, 97, 0, 0
Luminance
0.2052
Every format
| HEX | #ce08ff |
| RGB | rgb(206, 8, 255) |
| HSL | hsl(288, 100%, 52%) |
| CMYK | cmyk(19%, 97%, 0%, 0%) |
| LAB | lab(52.4 90.7 -74.0) |
| LCH | lch(52.4 117.0 320.8) |
| OKLCH | oklch(0.631 0.306 316.8) |
Copy-ready code
/* CSS */
color: #ce08ff;
background-color: #ce08ff;
/* Tailwind (arbitrary) */
class="text-[#ce08ff] bg-[#ce08ff]"
/* SCSS */
$brand: #ce08ff;
/* SwiftUI */
Color(red: 0.808, green: 0.031, blue: 1.000)
/* Android */
Color.parseColor("#ce08ff")Accessibility — WCAG contrast
Aa
#ce08ff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce08ff on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.1%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta96.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ce08ff text on a black background
contrast 5.10:1
Card sample
#ce08ff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce08ff;
Background color
Panel with #ce08ff background
background-color: #ce08ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce08ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 8, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 8, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce08ff; background: linear-gradient(135deg, #ce08ff, #FF088B);