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