#f699d2
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 153, 210
HSL
323°, 84%, 78%
CMYK
0, 38, 15, 4
Luminance
0.4703
Every format
| HEX | #f699d2 |
| RGB | rgb(246, 153, 210) |
| HSL | hsl(323, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 15%, 4%) |
| LAB | lab(74.2 42.5 -14.4) |
| LCH | lch(74.2 44.9 341.3) |
| OKLCH | oklch(0.794 0.131 343.0) |
Copy-ready code
/* CSS */
color: #f699d2;
background-color: #f699d2;
/* Tailwind (arbitrary) */
class="text-[#f699d2] bg-[#f699d2]"
/* SCSS */
$brand: #f699d2;
/* SwiftUI */
Color(red: 0.965, green: 0.600, blue: 0.824)
/* Android */
Color.parseColor("#f699d2")Accessibility — WCAG contrast
Aa
#f699d2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f699d2 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.0%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow14.6%
Key (black)3.5%
Color previews
#f699d2 text on a black background
contrast 10.41:1
Card sample
#f699d2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f699d2;
Background color
Panel with #f699d2 background
background-color: #f699d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f699d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 153, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 153, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f699d2; background: linear-gradient(135deg, #f699d2, #F69E99);