#f06fdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 111, 219
HSL
310°, 81%, 69%
CMYK
0, 54, 9, 6
Luminance
0.3501
Every format
| HEX | #f06fdb |
| RGB | rgb(240, 111, 219) |
| HSL | hsl(310, 81%, 69%) |
| CMYK | cmyk(0%, 54%, 9%, 6%) |
| LAB | lab(65.8 62.7 -32.4) |
| LCH | lch(65.8 70.6 332.7) |
| OKLCH | oklch(0.731 0.201 334.1) |
Copy-ready code
/* CSS */
color: #f06fdb;
background-color: #f06fdb;
/* Tailwind (arbitrary) */
class="text-[#f06fdb] bg-[#f06fdb]"
/* SCSS */
$brand: #f06fdb;
/* SwiftUI */
Color(red: 0.941, green: 0.435, blue: 0.859)
/* Android */
Color.parseColor("#f06fdb")Accessibility — WCAG contrast
Aa
#f06fdb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06fdb on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow8.8%
Key (black)5.9%
Color previews
#f06fdb text on a black background
contrast 8.00:1
Card sample
#f06fdb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06fdb;
Background color
Panel with #f06fdb background
background-color: #f06fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 111, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 111, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06fdb; background: linear-gradient(135deg, #f06fdb, #F06F85);