#f69fdf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 159, 223
HSL
316°, 83%, 79%
CMYK
0, 35, 9, 4
Luminance
0.4972
Every format
| HEX | #f69fdf |
| RGB | rgb(246, 159, 223) |
| HSL | hsl(316, 83%, 79%) |
| CMYK | cmyk(0%, 35%, 9%, 4%) |
| LAB | lab(75.9 41.5 -19.0) |
| LCH | lch(75.9 45.6 335.4) |
| OKLCH | oklch(0.809 0.130 337.0) |
Copy-ready code
/* CSS */
color: #f69fdf;
background-color: #f69fdf;
/* Tailwind (arbitrary) */
class="text-[#f69fdf] bg-[#f69fdf]"
/* SCSS */
$brand: #f69fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#f69fdf")Accessibility — WCAG contrast
Aa
#f69fdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69fdf on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow9.3%
Key (black)3.5%
Color previews
#f69fdf text on a black background
contrast 10.94:1
Card sample
#f69fdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69fdf;
Background color
Panel with #f69fdf background
background-color: #f69fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69fdf; background: linear-gradient(135deg, #f69fdf, #F69FA5);