#f69acf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 154, 207
HSL
325°, 84%, 78%
CMYK
0, 37, 16, 4
Luminance
0.4721
Every format
| HEX | #f69acf |
| RGB | rgb(246, 154, 207) |
| HSL | hsl(325, 84%, 78%) |
| CMYK | cmyk(0%, 37%, 16%, 4%) |
| LAB | lab(74.3 41.5 -12.6) |
| LCH | lch(74.3 43.4 343.1) |
| OKLCH | oklch(0.795 0.127 344.9) |
Copy-ready code
/* CSS */
color: #f69acf;
background-color: #f69acf;
/* Tailwind (arbitrary) */
class="text-[#f69acf] bg-[#f69acf]"
/* SCSS */
$brand: #f69acf;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#f69acf")Accessibility — WCAG contrast
Aa
#f69acf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69acf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow15.9%
Key (black)3.5%
Color previews
#f69acf text on a black background
contrast 10.44:1
Card sample
#f69acf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69acf;
Background color
Panel with #f69acf background
background-color: #f69acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69acf; background: linear-gradient(135deg, #f69acf, #F6A29A);