#f06fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 111, 186
HSL
325°, 81%, 69%
CMYK
0, 54, 23, 6
Luminance
0.3344
Every format
| HEX | #f06fba |
| RGB | rgb(240, 111, 186) |
| HSL | hsl(325, 81%, 69%) |
| CMYK | cmyk(0%, 54%, 23%, 6%) |
| LAB | lab(64.5 57.9 -15.7) |
| LCH | lch(64.5 60.0 344.8) |
| OKLCH | oklch(0.717 0.179 346.6) |
Copy-ready code
/* CSS */
color: #f06fba;
background-color: #f06fba;
/* Tailwind (arbitrary) */
class="text-[#f06fba] bg-[#f06fba]"
/* SCSS */
$brand: #f06fba;
/* SwiftUI */
Color(red: 0.941, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#f06fba")Accessibility — WCAG contrast
Aa
#f06fba on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06fba on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow22.5%
Key (black)5.9%
Color previews
#f06fba text on a black background
contrast 7.69:1
Card sample
#f06fba text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06fba;
Background color
Panel with #f06fba background
background-color: #f06fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06fba; background: linear-gradient(135deg, #f06fba, #F07A6F);