#f69ace
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 154, 206
HSL
326°, 84%, 78%
CMYK
0, 37, 16, 4
Luminance
0.4716
Every format
| HEX | #f69ace |
| RGB | rgb(246, 154, 206) |
| HSL | hsl(326, 84%, 78%) |
| CMYK | cmyk(0%, 37%, 16%, 4%) |
| LAB | lab(74.3 41.4 -12.1) |
| LCH | lch(74.3 43.1 343.7) |
| OKLCH | oklch(0.795 0.127 345.4) |
Copy-ready code
/* CSS */
color: #f69ace;
background-color: #f69ace;
/* Tailwind (arbitrary) */
class="text-[#f69ace] bg-[#f69ace]"
/* SCSS */
$brand: #f69ace;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#f69ace")Accessibility — WCAG contrast
Aa
#f69ace on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69ace on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow16.3%
Key (black)3.5%
Color previews
#f69ace text on a black background
contrast 10.43:1
Card sample
#f69ace text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69ace;
Background color
Panel with #f69ace background
background-color: #f69ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69ace; background: linear-gradient(135deg, #f69ace, #F6A39A);