#f69eb7
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 158, 183
HSL
343°, 83%, 79%
CMYK
0, 36, 26, 4
Luminance
0.4747
Every format
| HEX | #f69eb7 |
| RGB | rgb(246, 158, 183) |
| HSL | hsl(343, 83%, 79%) |
| CMYK | cmyk(0%, 36%, 26%, 4%) |
| LAB | lab(74.5 36.0 0.8) |
| LCH | lch(74.5 36.0 1.3) |
| OKLCH | oklch(0.794 0.109 1.4) |
Copy-ready code
/* CSS */
color: #f69eb7;
background-color: #f69eb7;
/* Tailwind (arbitrary) */
class="text-[#f69eb7] bg-[#f69eb7]"
/* SCSS */
$brand: #f69eb7;
/* SwiftUI */
Color(red: 0.965, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#f69eb7")Accessibility — WCAG contrast
Aa
#f69eb7 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69eb7 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow25.6%
Key (black)3.5%
Color previews
#f69eb7 text on a black background
contrast 10.49:1
Card sample
#f69eb7 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69eb7;
Background color
Panel with #f69eb7 background
background-color: #f69eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69eb7; background: linear-gradient(135deg, #f69eb7, #F6C09E);