#f040cb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 64, 203
HSL
313°, 85%, 60%
CMYK
0, 73, 15, 6
Luminance
0.2650
Every format
| HEX | #f040cb |
| RGB | rgb(240, 64, 203) |
| HSL | hsl(313, 85%, 60%) |
| CMYK | cmyk(0%, 73%, 15%, 6%) |
| LAB | lab(58.5 78.5 -34.6) |
| LCH | lch(58.5 85.8 336.2) |
| OKLCH | oklch(0.676 0.251 338.0) |
Copy-ready code
/* CSS */
color: #f040cb;
background-color: #f040cb;
/* Tailwind (arbitrary) */
class="text-[#f040cb] bg-[#f040cb]"
/* SCSS */
$brand: #f040cb;
/* SwiftUI */
Color(red: 0.941, green: 0.251, blue: 0.796)
/* Android */
Color.parseColor("#f040cb")Accessibility — WCAG contrast
Aa
#f040cb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f040cb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow15.4%
Key (black)5.9%
Color previews
#f040cb text on a black background
contrast 6.30:1
Card sample
#f040cb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f040cb;
Background color
Panel with #f040cb background
background-color: #f040cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f040cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 64, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 64, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f040cb; background: linear-gradient(135deg, #f040cb, #F04056);