#f69afd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 154, 253
HSL
296°, 96%, 80%
CMYK
3, 39, 0, 1
Luminance
0.4980
Every format
| HEX | #f69afd |
| RGB | rgb(246, 154, 253) |
| HSL | hsl(296, 96%, 80%) |
| CMYK | cmyk(3%, 39%, 0%, 1%) |
| LAB | lab(76.0 49.3 -35.2) |
| LCH | lch(76.0 60.6 324.5) |
| OKLCH | oklch(0.813 0.166 324.4) |
Copy-ready code
/* CSS */
color: #f69afd;
background-color: #f69afd;
/* Tailwind (arbitrary) */
class="text-[#f69afd] bg-[#f69afd]"
/* SCSS */
$brand: #f69afd;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f69afd")Accessibility — WCAG contrast
Aa
#f69afd on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69afd on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f69afd text on a black background
contrast 10.96:1
Card sample
#f69afd text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69afd;
Background color
Panel with #f69afd background
background-color: #f69afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69afd; background: linear-gradient(135deg, #f69afd, #FD9AC2);