#f69bdf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 155, 223
HSL
315°, 84%, 79%
CMYK
0, 37, 9, 4
Luminance
0.4836
Every format
| HEX | #f69bdf |
| RGB | rgb(246, 155, 223) |
| HSL | hsl(315, 84%, 79%) |
| CMYK | cmyk(0%, 37%, 9%, 4%) |
| LAB | lab(75.1 43.6 -20.3) |
| LCH | lch(75.1 48.1 335.1) |
| OKLCH | oklch(0.802 0.137 336.7) |
Copy-ready code
/* CSS */
color: #f69bdf;
background-color: #f69bdf;
/* Tailwind (arbitrary) */
class="text-[#f69bdf] bg-[#f69bdf]"
/* SCSS */
$brand: #f69bdf;
/* SwiftUI */
Color(red: 0.965, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#f69bdf")Accessibility — WCAG contrast
Aa
#f69bdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69bdf on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow9.3%
Key (black)3.5%
Color previews
#f69bdf text on a black background
contrast 10.67:1
Card sample
#f69bdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69bdf;
Background color
Panel with #f69bdf background
background-color: #f69bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69bdf; background: linear-gradient(135deg, #f69bdf, #F69BA2);