#f063bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 99, 188
HSL
322°, 83%, 67%
CMYK
0, 59, 22, 6
Luminance
0.3108
Every format
| HEX | #f063bc |
| RGB | rgb(240, 99, 188) |
| HSL | hsl(322, 83%, 67%) |
| CMYK | cmyk(0%, 59%, 22%, 6%) |
| LAB | lab(62.6 63.5 -19.8) |
| LCH | lch(62.6 66.5 342.7) |
| OKLCH | oklch(0.703 0.198 344.6) |
Copy-ready code
/* CSS */
color: #f063bc;
background-color: #f063bc;
/* Tailwind (arbitrary) */
class="text-[#f063bc] bg-[#f063bc]"
/* SCSS */
$brand: #f063bc;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.737)
/* Android */
Color.parseColor("#f063bc")Accessibility — WCAG contrast
Aa
#f063bc on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f063bc on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow21.7%
Key (black)5.9%
Color previews
#f063bc text on a black background
contrast 7.22:1
Card sample
#f063bc text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f063bc;
Background color
Panel with #f063bc background
background-color: #f063bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f063bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f063bc; background: linear-gradient(135deg, #f063bc, #F06863);