#f038bc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 56, 188
HSL
317°, 86%, 58%
CMYK
0, 77, 22, 6
Luminance
0.2498
Every format
| HEX | #f038bc |
| RGB | rgb(240, 56, 188) |
| HSL | hsl(317, 86%, 58%) |
| CMYK | cmyk(0%, 77%, 22%, 6%) |
| LAB | lab(57.1 78.8 -28.3) |
| LCH | lch(57.1 83.8 340.3) |
| OKLCH | oklch(0.663 0.249 342.3) |
Copy-ready code
/* CSS */
color: #f038bc;
background-color: #f038bc;
/* Tailwind (arbitrary) */
class="text-[#f038bc] bg-[#f038bc]"
/* SCSS */
$brand: #f038bc;
/* SwiftUI */
Color(red: 0.941, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#f038bc")Accessibility — WCAG contrast
Aa
#f038bc on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f038bc on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow21.7%
Key (black)5.9%
Color previews
#f038bc text on a black background
contrast 6.00:1
Card sample
#f038bc text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f038bc;
Background color
Panel with #f038bc background
background-color: #f038bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f038bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f038bc; background: linear-gradient(135deg, #f038bc, #F03841);