#f67eb0
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 126, 176
HSL
335°, 87%, 73%
CMYK
0, 49, 29, 4
Luminance
0.3765
Every format
| HEX | #f67eb0 |
| RGB | rgb(246, 126, 176) |
| HSL | hsl(335, 87%, 73%) |
| CMYK | cmyk(0%, 49%, 29%, 4%) |
| LAB | lab(67.8 51.3 -5.1) |
| LCH | lch(67.8 51.5 354.3) |
| OKLCH | oklch(0.742 0.156 355.3) |
Copy-ready code
/* CSS */
color: #f67eb0;
background-color: #f67eb0;
/* Tailwind (arbitrary) */
class="text-[#f67eb0] bg-[#f67eb0]"
/* SCSS */
$brand: #f67eb0;
/* SwiftUI */
Color(red: 0.965, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#f67eb0")Accessibility — WCAG contrast
Aa
#f67eb0 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67eb0 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green49.4%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow28.5%
Key (black)3.5%
Color previews
#f67eb0 text on a black background
contrast 8.53:1
Card sample
#f67eb0 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67eb0;
Background color
Panel with #f67eb0 background
background-color: #f67eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67eb0; background: linear-gradient(135deg, #f67eb0, #F69C7E);