#f069da
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 105, 218
HSL
310°, 82%, 68%
CMYK
0, 56, 9, 6
Luminance
0.3369
Every format
| HEX | #f069da |
| RGB | rgb(240, 105, 218) |
| HSL | hsl(310, 82%, 68%) |
| CMYK | cmyk(0%, 56%, 9%, 6%) |
| LAB | lab(64.7 65.3 -33.4) |
| LCH | lch(64.7 73.3 332.9) |
| OKLCH | oklch(0.723 0.209 334.3) |
Copy-ready code
/* CSS */
color: #f069da;
background-color: #f069da;
/* Tailwind (arbitrary) */
class="text-[#f069da] bg-[#f069da]"
/* SCSS */
$brand: #f069da;
/* SwiftUI */
Color(red: 0.941, green: 0.412, blue: 0.855)
/* Android */
Color.parseColor("#f069da")Accessibility — WCAG contrast
Aa
#f069da on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f069da on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green41.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow9.2%
Key (black)5.9%
Color previews
#f069da text on a black background
contrast 7.74:1
Card sample
#f069da text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f069da;
Background color
Panel with #f069da background
background-color: #f069da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f069da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 105, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 105, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f069da; background: linear-gradient(135deg, #f069da, #F06980);