#cd1afb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 26, 251
HSL
288°, 97%, 54%
CMYK
18, 90, 0, 2
Luminance
0.2068
Every format
| HEX | #cd1afb |
| RGB | rgb(205, 26, 251) |
| HSL | hsl(288, 97%, 54%) |
| CMYK | cmyk(18%, 90%, 0%, 2%) |
| LAB | lab(52.6 88.0 -71.5) |
| LCH | lch(52.6 113.4 320.9) |
| OKLCH | oklch(0.632 0.297 317.2) |
Copy-ready code
/* CSS */
color: #cd1afb;
background-color: #cd1afb;
/* Tailwind (arbitrary) */
class="text-[#cd1afb] bg-[#cd1afb]"
/* SCSS */
$brand: #cd1afb;
/* SwiftUI */
Color(red: 0.804, green: 0.102, blue: 0.984)
/* Android */
Color.parseColor("#cd1afb")Accessibility — WCAG contrast
Aa
#cd1afb on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1afb on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green10.2%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta89.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cd1afb text on a black background
contrast 5.14:1
Card sample
#cd1afb text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1afb;
Background color
Panel with #cd1afb background
background-color: #cd1afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 26, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 26, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1afb; background: linear-gradient(135deg, #cd1afb, #FB1A93);