#f067b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 103, 178
HSL
327°, 82%, 67%
CMYK
0, 57, 26, 6
Luminance
0.3144
Every format
| HEX | #f067b2 |
| RGB | rgb(240, 103, 178) |
| HSL | hsl(327, 82%, 67%) |
| CMYK | cmyk(0%, 57%, 26%, 6%) |
| LAB | lab(62.9 60.4 -13.6) |
| LCH | lch(62.9 62.0 347.3) |
| OKLCH | oklch(0.704 0.186 348.9) |
Copy-ready code
/* CSS */
color: #f067b2;
background-color: #f067b2;
/* Tailwind (arbitrary) */
class="text-[#f067b2] bg-[#f067b2]"
/* SCSS */
$brand: #f067b2;
/* SwiftUI */
Color(red: 0.941, green: 0.404, blue: 0.698)
/* Android */
Color.parseColor("#f067b2")Accessibility — WCAG contrast
Aa
#f067b2 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f067b2 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green40.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow25.8%
Key (black)5.9%
Color previews
#f067b2 text on a black background
contrast 7.29:1
Card sample
#f067b2 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f067b2;
Background color
Panel with #f067b2 background
background-color: #f067b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f067b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 103, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 103, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f067b2; background: linear-gradient(135deg, #f067b2, #F07867);