#f567fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 103, 253
HSL
297°, 97%, 70%
CMYK
3, 59, 0, 1
Luminance
0.3620
Every format
| HEX | #f567fd |
| RGB | rgb(245, 103, 253) |
| HSL | hsl(297, 97%, 70%) |
| CMYK | cmyk(3%, 59%, 0%, 1%) |
| LAB | lab(66.7 73.1 -49.7) |
| LCH | lch(66.7 88.4 325.8) |
| OKLCH | oklch(0.744 0.243 325.5) |
Copy-ready code
/* CSS */
color: #f567fd;
background-color: #f567fd;
/* Tailwind (arbitrary) */
class="text-[#f567fd] bg-[#f567fd]"
/* SCSS */
$brand: #f567fd;
/* SwiftUI */
Color(red: 0.961, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#f567fd")Accessibility — WCAG contrast
Aa
#f567fd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f567fd on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green40.4%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f567fd text on a black background
contrast 8.24:1
Card sample
#f567fd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f567fd;
Background color
Panel with #f567fd background
background-color: #f567fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f567fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f567fd; background: linear-gradient(135deg, #f567fd, #FD67A1);