#f67bcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 123, 207
HSL
319°, 87%, 72%
CMYK
0, 50, 16, 4
Luminance
0.3826
Every format
| HEX | #f67bcf |
| RGB | rgb(246, 123, 207) |
| HSL | hsl(319, 87%, 72%) |
| CMYK | cmyk(0%, 50%, 16%, 4%) |
| LAB | lab(68.2 57.0 -21.8) |
| LCH | lch(68.2 61.1 339.0) |
| OKLCH | oklch(0.749 0.178 340.9) |
Copy-ready code
/* CSS */
color: #f67bcf;
background-color: #f67bcf;
/* Tailwind (arbitrary) */
class="text-[#f67bcf] bg-[#f67bcf]"
/* SCSS */
$brand: #f67bcf;
/* SwiftUI */
Color(red: 0.965, green: 0.482, blue: 0.812)
/* Android */
Color.parseColor("#f67bcf")Accessibility — WCAG contrast
Aa
#f67bcf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67bcf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow15.9%
Key (black)3.5%
Color previews
#f67bcf text on a black background
contrast 8.65:1
Card sample
#f67bcf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67bcf;
Background color
Panel with #f67bcf background
background-color: #f67bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 123, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 123, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67bcf; background: linear-gradient(135deg, #f67bcf, #F67B7D);