#f738bc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 56, 188
HSL
319°, 92%, 59%
CMYK
0, 77, 24, 3
Luminance
0.2623
Every format
| HEX | #f738bc |
| RGB | rgb(247, 56, 188) |
| HSL | hsl(319, 92%, 59%) |
| CMYK | cmyk(0%, 77%, 24%, 3%) |
| LAB | lab(58.3 80.4 -26.3) |
| LCH | lch(58.3 84.6 341.9) |
| OKLCH | oklch(0.674 0.253 343.9) |
Copy-ready code
/* CSS */
color: #f738bc;
background-color: #f738bc;
/* Tailwind (arbitrary) */
class="text-[#f738bc] bg-[#f738bc]"
/* SCSS */
$brand: #f738bc;
/* SwiftUI */
Color(red: 0.969, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#f738bc")Accessibility — WCAG contrast
Aa
#f738bc on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f738bc on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green22.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow23.9%
Key (black)3.1%
Color previews
#f738bc text on a black background
contrast 6.25:1
Card sample
#f738bc text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f738bc;
Background color
Panel with #f738bc background
background-color: #f738bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f738bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f738bc; background: linear-gradient(135deg, #f738bc, #F7383D);