#f69bcf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 155, 207
HSL
326°, 84%, 79%
CMYK
0, 37, 16, 4
Luminance
0.4754
Every format
| HEX | #f69bcf |
| RGB | rgb(246, 155, 207) |
| HSL | hsl(326, 84%, 79%) |
| CMYK | cmyk(0%, 37%, 16%, 4%) |
| LAB | lab(74.5 41.0 -12.3) |
| LCH | lch(74.5 42.8 343.3) |
| OKLCH | oklch(0.797 0.125 345.0) |
Copy-ready code
/* CSS */
color: #f69bcf;
background-color: #f69bcf;
/* Tailwind (arbitrary) */
class="text-[#f69bcf] bg-[#f69bcf]"
/* SCSS */
$brand: #f69bcf;
/* SwiftUI */
Color(red: 0.965, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#f69bcf")Accessibility — WCAG contrast
Aa
#f69bcf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69bcf on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow15.9%
Key (black)3.5%
Color previews
#f69bcf text on a black background
contrast 10.51:1
Card sample
#f69bcf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69bcf;
Background color
Panel with #f69bcf background
background-color: #f69bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69bcf; background: linear-gradient(135deg, #f69bcf, #F6A49B);