#f06bc0
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 107, 192
HSL
322°, 82%, 68%
CMYK
0, 55, 20, 6
Luminance
0.3285
Every format
| HEX | #f06bc0 |
| RGB | rgb(240, 107, 192) |
| HSL | hsl(322, 82%, 68%) |
| CMYK | cmyk(0%, 55%, 20%, 6%) |
| LAB | lab(64.0 60.5 -19.9) |
| LCH | lch(64.0 63.7 341.8) |
| OKLCH | oklch(0.715 0.188 343.7) |
Copy-ready code
/* CSS */
color: #f06bc0;
background-color: #f06bc0;
/* Tailwind (arbitrary) */
class="text-[#f06bc0] bg-[#f06bc0]"
/* SCSS */
$brand: #f06bc0;
/* SwiftUI */
Color(red: 0.941, green: 0.420, blue: 0.753)
/* Android */
Color.parseColor("#f06bc0")Accessibility — WCAG contrast
Aa
#f06bc0 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06bc0 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.0%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow20.0%
Key (black)5.9%
Color previews
#f06bc0 text on a black background
contrast 7.57:1
Card sample
#f06bc0 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06bc0;
Background color
Panel with #f06bc0 background
background-color: #f06bc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06bc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 107, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 107, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06bc0; background: linear-gradient(135deg, #f06bc0, #F06F6B);