#f595cd
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 149, 205
HSL
325°, 83%, 77%
CMYK
0, 39, 16, 4
Luminance
0.4532
Every format
| HEX | #f595cd |
| RGB | rgb(245, 149, 205) |
| HSL | hsl(325, 83%, 77%) |
| CMYK | cmyk(0%, 39%, 16%, 4%) |
| LAB | lab(73.1 43.5 -13.3) |
| LCH | lch(73.1 45.5 342.9) |
| OKLCH | oklch(0.785 0.133 344.7) |
Copy-ready code
/* CSS */
color: #f595cd;
background-color: #f595cd;
/* Tailwind (arbitrary) */
class="text-[#f595cd] bg-[#f595cd]"
/* SCSS */
$brand: #f595cd;
/* SwiftUI */
Color(red: 0.961, green: 0.584, blue: 0.804)
/* Android */
Color.parseColor("#f595cd")Accessibility — WCAG contrast
Aa
#f595cd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f595cd on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green58.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow16.3%
Key (black)3.9%
Color previews
#f595cd text on a black background
contrast 10.06:1
Card sample
#f595cd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f595cd;
Background color
Panel with #f595cd background
background-color: #f595cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f595cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 149, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 149, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f595cd; background: linear-gradient(135deg, #f595cd, #F59D95);