#f69dec
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 157, 236
HSL
307°, 83%, 79%
CMYK
0, 36, 4, 4
Luminance
0.4976
Every format
| HEX | #f69dec |
| RGB | rgb(246, 157, 236) |
| HSL | hsl(307, 83%, 79%) |
| CMYK | cmyk(0%, 36%, 4%, 4%) |
| LAB | lab(75.9 44.7 -26.0) |
| LCH | lch(75.9 51.8 329.8) |
| OKLCH | oklch(0.810 0.145 330.9) |
Copy-ready code
/* CSS */
color: #f69dec;
background-color: #f69dec;
/* Tailwind (arbitrary) */
class="text-[#f69dec] bg-[#f69dec]"
/* SCSS */
$brand: #f69dec;
/* SwiftUI */
Color(red: 0.965, green: 0.616, blue: 0.925)
/* Android */
Color.parseColor("#f69dec")Accessibility — WCAG contrast
Aa
#f69dec on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69dec on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green61.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow4.1%
Key (black)3.5%
Color previews
#f69dec text on a black background
contrast 10.95:1
Card sample
#f69dec text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69dec;
Background color
Panel with #f69dec background
background-color: #f69dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 157, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 157, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69dec; background: linear-gradient(135deg, #f69dec, #F69DB1);