#f67bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 123, 201
HSL
322°, 87%, 72%
CMYK
0, 50, 18, 4
Luminance
0.3798
Every format
| HEX | #f67bc9 |
| RGB | rgb(246, 123, 201) |
| HSL | hsl(322, 87%, 72%) |
| CMYK | cmyk(0%, 50%, 18%, 4%) |
| LAB | lab(68.0 56.1 -18.8) |
| LCH | lch(68.0 59.2 341.5) |
| OKLCH | oklch(0.747 0.174 343.3) |
Copy-ready code
/* CSS */
color: #f67bc9;
background-color: #f67bc9;
/* Tailwind (arbitrary) */
class="text-[#f67bc9] bg-[#f67bc9]"
/* SCSS */
$brand: #f67bc9;
/* SwiftUI */
Color(red: 0.965, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f67bc9")Accessibility — WCAG contrast
Aa
#f67bc9 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67bc9 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow18.3%
Key (black)3.5%
Color previews
#f67bc9 text on a black background
contrast 8.60:1
Card sample
#f67bc9 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67bc9;
Background color
Panel with #f67bc9 background
background-color: #f67bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67bc9; background: linear-gradient(135deg, #f67bc9, #F67F7B);