#f69bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 155, 201
HSL
330°, 84%, 79%
CMYK
0, 37, 18, 4
Luminance
0.4725
Every format
| HEX | #f69bc9 |
| RGB | rgb(246, 155, 201) |
| HSL | hsl(330, 84%, 79%) |
| CMYK | cmyk(0%, 37%, 18%, 4%) |
| LAB | lab(74.3 40.1 -9.3) |
| LCH | lch(74.3 41.2 347.0) |
| OKLCH | oklch(0.795 0.122 348.5) |
Copy-ready code
/* CSS */
color: #f69bc9;
background-color: #f69bc9;
/* Tailwind (arbitrary) */
class="text-[#f69bc9] bg-[#f69bc9]"
/* SCSS */
$brand: #f69bc9;
/* SwiftUI */
Color(red: 0.965, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#f69bc9")Accessibility — WCAG contrast
Aa
#f69bc9 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69bc9 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow18.3%
Key (black)3.5%
Color previews
#f69bc9 text on a black background
contrast 10.45:1
Card sample
#f69bc9 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69bc9;
Background color
Panel with #f69bc9 background
background-color: #f69bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69bc9; background: linear-gradient(135deg, #f69bc9, #F6AA9B);