#cd25f3
a balanced, electric violet · warm · closest name: magenta
RGB
205, 37, 243
HSL
289°, 90%, 55%
CMYK
16, 85, 0, 5
Luminance
0.2077
Every format
| HEX | #cd25f3 |
| RGB | rgb(205, 37, 243) |
| HSL | hsl(289, 90%, 55%) |
| CMYK | cmyk(16%, 85%, 0%, 5%) |
| LAB | lab(52.7 84.8 -66.8) |
| LCH | lch(52.7 107.9 321.7) |
| OKLCH | oklch(0.631 0.286 318.8) |
Copy-ready code
/* CSS */
color: #cd25f3;
background-color: #cd25f3;
/* Tailwind (arbitrary) */
class="text-[#cd25f3] bg-[#cd25f3]"
/* SCSS */
$brand: #cd25f3;
/* SwiftUI */
Color(red: 0.804, green: 0.145, blue: 0.953)
/* Android */
Color.parseColor("#cd25f3")Accessibility — WCAG contrast
Aa
#cd25f3 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd25f3 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green14.5%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta84.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cd25f3 text on a black background
contrast 5.15:1
Card sample
#cd25f3 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd25f3;
Background color
Panel with #cd25f3 background
background-color: #cd25f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd25f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 37, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 37, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd25f3; background: linear-gradient(135deg, #cd25f3, #F32590);