#f69af0
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 154, 240
HSL
304°, 84%, 78%
CMYK
0, 37, 2, 4
Luminance
0.4900
Every format
| HEX | #f69af0 |
| RGB | rgb(246, 154, 240) |
| HSL | hsl(304, 84%, 78%) |
| CMYK | cmyk(0%, 37%, 2%, 4%) |
| LAB | lab(75.5 47.0 -28.9) |
| LCH | lch(75.5 55.2 328.4) |
| OKLCH | oklch(0.807 0.153 329.2) |
Copy-ready code
/* CSS */
color: #f69af0;
background-color: #f69af0;
/* Tailwind (arbitrary) */
class="text-[#f69af0] bg-[#f69af0]"
/* SCSS */
$brand: #f69af0;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#f69af0")Accessibility — WCAG contrast
Aa
#f69af0 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69af0 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow2.4%
Key (black)3.5%
Color previews
#f69af0 text on a black background
contrast 10.80:1
Card sample
#f69af0 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69af0;
Background color
Panel with #f69af0 background
background-color: #f69af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69af0; background: linear-gradient(135deg, #f69af0, #F69AB3);