#f06ba5
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 107, 165
HSL
334°, 82%, 68%
CMYK
0, 55, 31, 6
Luminance
0.3176
Every format
| HEX | #f06ba5 |
| RGB | rgb(240, 107, 165) |
| HSL | hsl(334, 82%, 68%) |
| CMYK | cmyk(0%, 55%, 31%, 6%) |
| LAB | lab(63.1 57.0 -5.8) |
| LCH | lch(63.1 57.3 354.2) |
| OKLCH | oklch(0.705 0.174 355.2) |
Copy-ready code
/* CSS */
color: #f06ba5;
background-color: #f06ba5;
/* Tailwind (arbitrary) */
class="text-[#f06ba5] bg-[#f06ba5]"
/* SCSS */
$brand: #f06ba5;
/* SwiftUI */
Color(red: 0.941, green: 0.420, blue: 0.647)
/* Android */
Color.parseColor("#f06ba5")Accessibility — WCAG contrast
Aa
#f06ba5 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06ba5 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.0%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow31.2%
Key (black)5.9%
Color previews
#f06ba5 text on a black background
contrast 7.35:1
Card sample
#f06ba5 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06ba5;
Background color
Panel with #f06ba5 background
background-color: #f06ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 107, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 107, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06ba5; background: linear-gradient(135deg, #f06ba5, #F0896B);