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