#f063af
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 99, 175
HSL
328°, 83%, 67%
CMYK
0, 59, 27, 6
Luminance
0.3054
Every format
| HEX | #f063af |
| RGB | rgb(240, 99, 175) |
| HSL | hsl(328, 83%, 67%) |
| CMYK | cmyk(0%, 59%, 27%, 6%) |
| LAB | lab(62.1 61.8 -13.1) |
| LCH | lch(62.1 63.2 348.1) |
| OKLCH | oklch(0.698 0.190 349.7) |
Copy-ready code
/* CSS */
color: #f063af;
background-color: #f063af;
/* Tailwind (arbitrary) */
class="text-[#f063af] bg-[#f063af]"
/* SCSS */
$brand: #f063af;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.686)
/* Android */
Color.parseColor("#f063af")Accessibility — WCAG contrast
Aa
#f063af on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f063af on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow27.1%
Key (black)5.9%
Color previews
#f063af text on a black background
contrast 7.11:1
Card sample
#f063af text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f063af;
Background color
Panel with #f063af background
background-color: #f063af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f063af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f063af; background: linear-gradient(135deg, #f063af, #F07563);