#f738fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 56, 253
HSL
298°, 98%, 61%
CMYK
2, 78, 0, 1
Luminance
0.2969
Every format
| HEX | #f738fd |
| RGB | rgb(247, 56, 253) |
| HSL | hsl(298, 98%, 61%) |
| CMYK | cmyk(2%, 78%, 0%, 1%) |
| LAB | lab(61.4 89.3 -58.1) |
| LCH | lch(61.4 106.5 327.0) |
| OKLCH | oklch(0.706 0.295 326.8) |
Copy-ready code
/* CSS */
color: #f738fd;
background-color: #f738fd;
/* Tailwind (arbitrary) */
class="text-[#f738fd] bg-[#f738fd]"
/* SCSS */
$brand: #f738fd;
/* SwiftUI */
Color(red: 0.969, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#f738fd")Accessibility — WCAG contrast
Aa
#f738fd on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f738fd on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green22.0%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f738fd text on a black background
contrast 6.94:1
Card sample
#f738fd text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f738fd;
Background color
Panel with #f738fd background
background-color: #f738fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f738fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f738fd; background: linear-gradient(135deg, #f738fd, #FD3880);