#f69ae3
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 154, 227
HSL
312°, 84%, 78%
CMYK
0, 37, 8, 4
Luminance
0.4825
Every format
| HEX | #f69ae3 |
| RGB | rgb(246, 154, 227) |
| HSL | hsl(312, 84%, 78%) |
| CMYK | cmyk(0%, 37%, 8%, 4%) |
| LAB | lab(75.0 44.8 -22.6) |
| LCH | lch(75.0 50.1 333.2) |
| OKLCH | oklch(0.802 0.142 334.7) |
Copy-ready code
/* CSS */
color: #f69ae3;
background-color: #f69ae3;
/* Tailwind (arbitrary) */
class="text-[#f69ae3] bg-[#f69ae3]"
/* SCSS */
$brand: #f69ae3;
/* SwiftUI */
Color(red: 0.965, green: 0.604, blue: 0.890)
/* Android */
Color.parseColor("#f69ae3")Accessibility — WCAG contrast
Aa
#f69ae3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69ae3 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.4%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow7.7%
Key (black)3.5%
Color previews
#f69ae3 text on a black background
contrast 10.65:1
Card sample
#f69ae3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69ae3;
Background color
Panel with #f69ae3 background
background-color: #f69ae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69ae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 154, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 154, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69ae3; background: linear-gradient(135deg, #f69ae3, #F69AA6);