#cd4fff
a light, electric violet · warm · closest name: magenta
RGB
205, 79, 255
HSL
283°, 100%, 66%
CMYK
20, 69, 0, 0
Luminance
0.2579
Every format
| HEX | #cd4fff |
| RGB | rgb(205, 79, 255) |
| HSL | hsl(283, 100%, 66%) |
| CMYK | cmyk(20%, 69%, 0%, 0%) |
| LAB | lab(57.8 74.3 -65.2) |
| LCH | lch(57.8 98.9 318.7) |
| OKLCH | oklch(0.669 0.258 314.6) |
Copy-ready code
/* CSS */
color: #cd4fff;
background-color: #cd4fff;
/* Tailwind (arbitrary) */
class="text-[#cd4fff] bg-[#cd4fff]"
/* SCSS */
$brand: #cd4fff;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#cd4fff")Accessibility — WCAG contrast
Aa
#cd4fff on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fff on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cd4fff text on a black background
contrast 6.16:1
Card sample
#cd4fff text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fff;
Background color
Panel with #cd4fff background
background-color: #cd4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fff; background: linear-gradient(135deg, #cd4fff, #FF4FBC);