#f698df
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 152, 223
HSL
315°, 84%, 78%
CMYK
0, 38, 9, 4
Luminance
0.4738
Every format
| HEX | #f698df |
| RGB | rgb(246, 152, 223) |
| HSL | hsl(315, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 9%, 4%) |
| LAB | lab(74.4 45.1 -21.2) |
| LCH | lch(74.4 49.9 334.8) |
| OKLCH | oklch(0.798 0.142 336.4) |
Copy-ready code
/* CSS */
color: #f698df;
background-color: #f698df;
/* Tailwind (arbitrary) */
class="text-[#f698df] bg-[#f698df]"
/* SCSS */
$brand: #f698df;
/* SwiftUI */
Color(red: 0.965, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#f698df")Accessibility — WCAG contrast
Aa
#f698df on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f698df on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow9.3%
Key (black)3.5%
Color previews
#f698df text on a black background
contrast 10.48:1
Card sample
#f698df text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f698df;
Background color
Panel with #f698df background
background-color: #f698df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f698df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f698df; background: linear-gradient(135deg, #f698df, #F698A0);