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