#f69dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 157, 205
HSL
328°, 83%, 79%
CMYK
0, 36, 17, 4
Luminance
0.4811
Every format
| HEX | #f69dcd |
| RGB | rgb(246, 157, 205) |
| HSL | hsl(328, 83%, 79%) |
| CMYK | cmyk(0%, 36%, 17%, 4%) |
| LAB | lab(74.9 39.7 -10.7) |
| LCH | lch(74.9 41.1 345.0) |
| OKLCH | oklch(0.799 0.121 346.6) |
Copy-ready code
/* CSS */
color: #f69dcd;
background-color: #f69dcd;
/* Tailwind (arbitrary) */
class="text-[#f69dcd] bg-[#f69dcd]"
/* SCSS */
$brand: #f69dcd;
/* SwiftUI */
Color(red: 0.965, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#f69dcd")Accessibility — WCAG contrast
Aa
#f69dcd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f69dcd on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green61.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow16.7%
Key (black)3.5%
Color previews
#f69dcd text on a black background
contrast 10.62:1
Card sample
#f69dcd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f69dcd;
Background color
Panel with #f69dcd background
background-color: #f69dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f69dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f69dcd; background: linear-gradient(135deg, #f69dcd, #F6A89D);