#f69dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 157, 254
HSL
295°, 98%, 81%
CMYK
3, 38, 0, 0
Luminance
0.5086
Every format
| HEX | #f69dfe |
| RGB | rgb(246, 157, 254) |
| HSL | hsl(295, 98%, 81%) |
| CMYK | cmyk(3%, 38%, 0%, 0%) |
| LAB | lab(76.6 48.0 -34.8) |
| LCH | lch(76.6 59.2 324.1) |
| OKLCH | oklch(0.818 0.162 324.0) |
Copy-ready code
/* CSS */
color: #f69dfe;
background-color: #f69dfe;
/* Tailwind (arbitrary) */
class="text-[#f69dfe] bg-[#f69dfe]"
/* SCSS */
$brand: #f69dfe;
/* SwiftUI */
Color(red: 0.965, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#f69dfe")Accessibility — WCAG contrast
Aa
#f69dfe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69dfe on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green61.6%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f69dfe text on a black background
contrast 11.17:1
Card sample
#f69dfe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69dfe;
Background color
Panel with #f69dfe background
background-color: #f69dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69dfe; background: linear-gradient(135deg, #f69dfe, #FE9DC5);