#f065cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 101, 207
HSL
314°, 82%, 67%
CMYK
0, 58, 14, 6
Luminance
0.3234
Every format
| HEX | #f065cf |
| RGB | rgb(240, 101, 207) |
| HSL | hsl(314, 82%, 67%) |
| CMYK | cmyk(0%, 58%, 14%, 6%) |
| LAB | lab(63.6 65.3 -29.0) |
| LCH | lch(63.6 71.5 336.1) |
| OKLCH | oklch(0.713 0.207 337.8) |
Copy-ready code
/* CSS */
color: #f065cf;
background-color: #f065cf;
/* Tailwind (arbitrary) */
class="text-[#f065cf] bg-[#f065cf]"
/* SCSS */
$brand: #f065cf;
/* SwiftUI */
Color(red: 0.941, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#f065cf")Accessibility — WCAG contrast
Aa
#f065cf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f065cf on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green39.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow13.7%
Key (black)5.9%
Color previews
#f065cf text on a black background
contrast 7.47:1
Card sample
#f065cf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f065cf;
Background color
Panel with #f065cf background
background-color: #f065cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f065cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f065cf; background: linear-gradient(135deg, #f065cf, #F06573);