#f595fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 149, 253
HSL
295°, 96%, 79%
CMYK
3, 41, 0, 1
Luminance
0.4800
Every format
| HEX | #f595fd |
| RGB | rgb(245, 149, 253) |
| HSL | hsl(295, 96%, 79%) |
| CMYK | cmyk(3%, 41%, 0%, 1%) |
| LAB | lab(74.8 51.6 -37.0) |
| LCH | lch(74.8 63.5 324.4) |
| OKLCH | oklch(0.804 0.173 324.2) |
Copy-ready code
/* CSS */
color: #f595fd;
background-color: #f595fd;
/* Tailwind (arbitrary) */
class="text-[#f595fd] bg-[#f595fd]"
/* SCSS */
$brand: #f595fd;
/* SwiftUI */
Color(red: 0.961, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#f595fd")Accessibility — WCAG contrast
Aa
#f595fd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f595fd on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.4%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f595fd text on a black background
contrast 10.60:1
Card sample
#f595fd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f595fd;
Background color
Panel with #f595fd background
background-color: #f595fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f595fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f595fd; background: linear-gradient(135deg, #f595fd, #FD95C0);