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