#f699c5
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 153, 197
HSL
332°, 84%, 78%
CMYK
0, 38, 20, 4
Luminance
0.4641
Every format
| HEX | #f699c5 |
| RGB | rgb(246, 153, 197) |
| HSL | hsl(332, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 20%, 4%) |
| LAB | lab(73.8 40.5 -7.9) |
| LCH | lch(73.8 41.3 349.0) |
| OKLCH | oklch(0.790 0.123 350.4) |
Copy-ready code
/* CSS */
color: #f699c5;
background-color: #f699c5;
/* Tailwind (arbitrary) */
class="text-[#f699c5] bg-[#f699c5]"
/* SCSS */
$brand: #f699c5;
/* SwiftUI */
Color(red: 0.965, green: 0.600, blue: 0.773)
/* Android */
Color.parseColor("#f699c5")Accessibility — WCAG contrast
Aa
#f699c5 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f699c5 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green60.0%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow19.9%
Key (black)3.5%
Color previews
#f699c5 text on a black background
contrast 10.28:1
Card sample
#f699c5 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f699c5;
Background color
Panel with #f699c5 background
background-color: #f699c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f699c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 153, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 153, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f699c5; background: linear-gradient(135deg, #f699c5, #F6AB99);