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