#cd00fe
a balanced, electric violet · warm · closest name: magenta
RGB
205, 0, 254
HSL
288°, 100%, 50%
CMYK
19, 100, 0, 0
Luminance
0.2013
Every format
| HEX | #cd00fe |
| RGB | rgb(205, 0, 254) |
| HSL | hsl(288, 100%, 50%) |
| CMYK | cmyk(19%, 100%, 0%, 0%) |
| LAB | lab(52.0 91.0 -74.1) |
| LCH | lch(52.0 117.3 320.8) |
| OKLCH | oklch(0.628 0.306 316.9) |
Copy-ready code
/* CSS */
color: #cd00fe;
background-color: #cd00fe;
/* Tailwind (arbitrary) */
class="text-[#cd00fe] bg-[#cd00fe]"
/* SCSS */
$brand: #cd00fe;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.996)
/* Android */
Color.parseColor("#cd00fe")Accessibility — WCAG contrast
Aa
#cd00fe on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd00fe on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta100.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cd00fe text on a black background
contrast 5.03:1
Card sample
#cd00fe text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd00fe;
Background color
Panel with #cd00fe background
background-color: #cd00fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd00fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd00fe; background: linear-gradient(135deg, #cd00fe, #FE0086);