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