#f063ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 99, 186
HSL
323°, 83%, 67%
CMYK
0, 59, 23, 6
Luminance
0.3099
Every format
| HEX | #f063ba |
| RGB | rgb(240, 99, 186) |
| HSL | hsl(323, 83%, 67%) |
| CMYK | cmyk(0%, 59%, 23%, 6%) |
| LAB | lab(62.5 63.2 -18.8) |
| LCH | lch(62.5 66.0 343.5) |
| OKLCH | oklch(0.703 0.196 345.3) |
Copy-ready code
/* CSS */
color: #f063ba;
background-color: #f063ba;
/* Tailwind (arbitrary) */
class="text-[#f063ba] bg-[#f063ba]"
/* SCSS */
$brand: #f063ba;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#f063ba")Accessibility — WCAG contrast
Aa
#f063ba on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f063ba on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow22.5%
Key (black)5.9%
Color previews
#f063ba text on a black background
contrast 7.20:1
Card sample
#f063ba text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f063ba;
Background color
Panel with #f063ba background
background-color: #f063ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f063ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f063ba; background: linear-gradient(135deg, #f063ba, #F06A63);