#f673cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 115, 207
HSL
318°, 88%, 71%
CMYK
0, 53, 16, 4
Luminance
0.3636
Every format
| HEX | #f673cf |
| RGB | rgb(246, 115, 207) |
| HSL | hsl(318, 88%, 71%) |
| CMYK | cmyk(0%, 53%, 16%, 4%) |
| LAB | lab(66.8 60.8 -24.0) |
| LCH | lch(66.8 65.3 338.4) |
| OKLCH | oklch(0.739 0.191 340.3) |
Copy-ready code
/* CSS */
color: #f673cf;
background-color: #f673cf;
/* Tailwind (arbitrary) */
class="text-[#f673cf] bg-[#f673cf]"
/* SCSS */
$brand: #f673cf;
/* SwiftUI */
Color(red: 0.965, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#f673cf")Accessibility — WCAG contrast
Aa
#f673cf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f673cf on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green45.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow15.9%
Key (black)3.5%
Color previews
#f673cf text on a black background
contrast 8.27:1
Card sample
#f673cf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f673cf;
Background color
Panel with #f673cf background
background-color: #f673cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f673cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f673cf; background: linear-gradient(135deg, #f673cf, #F67378);