#f68acf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 138, 207
HSL
322°, 86%, 75%
CMYK
0, 44, 16, 4
Luminance
0.4227
Every format
| HEX | #f68acf |
| RGB | rgb(246, 138, 207) |
| HSL | hsl(322, 86%, 75%) |
| CMYK | cmyk(0%, 44%, 16%, 4%) |
| LAB | lab(71.1 49.7 -17.5) |
| LCH | lch(71.1 52.7 340.6) |
| OKLCH | oklch(0.770 0.154 342.4) |
Copy-ready code
/* CSS */
color: #f68acf;
background-color: #f68acf;
/* Tailwind (arbitrary) */
class="text-[#f68acf] bg-[#f68acf]"
/* SCSS */
$brand: #f68acf;
/* SwiftUI */
Color(red: 0.965, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#f68acf")Accessibility — WCAG contrast
Aa
#f68acf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68acf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow15.9%
Key (black)3.5%
Color previews
#f68acf text on a black background
contrast 9.45:1
Card sample
#f68acf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68acf;
Background color
Panel with #f68acf background
background-color: #f68acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68acf; background: linear-gradient(135deg, #f68acf, #F68D8A);