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