#f67ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 122, 206
HSL
319°, 87%, 72%
CMYK
0, 50, 16, 4
Luminance
0.3797
Every format
| HEX | #f67ace |
| RGB | rgb(246, 122, 206) |
| HSL | hsl(319, 87%, 72%) |
| CMYK | cmyk(0%, 50%, 16%, 4%) |
| LAB | lab(68.0 57.4 -21.6) |
| LCH | lch(68.0 61.3 339.4) |
| OKLCH | oklch(0.747 0.179 341.2) |
Copy-ready code
/* CSS */
color: #f67ace;
background-color: #f67ace;
/* Tailwind (arbitrary) */
class="text-[#f67ace] bg-[#f67ace]"
/* SCSS */
$brand: #f67ace;
/* SwiftUI */
Color(red: 0.965, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#f67ace")Accessibility — WCAG contrast
Aa
#f67ace on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67ace on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow16.3%
Key (black)3.5%
Color previews
#f67ace text on a black background
contrast 8.59:1
Card sample
#f67ace text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67ace;
Background color
Panel with #f67ace background
background-color: #f67ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67ace; background: linear-gradient(135deg, #f67ace, #F67A7B);