#f68fd0
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 143, 208
HSL
322°, 85%, 76%
CMYK
0, 42, 15, 4
Luminance
0.4379
Every format
| HEX | #f68fd0 |
| RGB | rgb(246, 143, 208) |
| HSL | hsl(322, 85%, 76%) |
| CMYK | cmyk(0%, 42%, 15%, 4%) |
| LAB | lab(72.1 47.3 -16.5) |
| LCH | lch(72.1 50.1 340.8) |
| OKLCH | oklch(0.778 0.146 342.6) |
Copy-ready code
/* CSS */
color: #f68fd0;
background-color: #f68fd0;
/* Tailwind (arbitrary) */
class="text-[#f68fd0] bg-[#f68fd0]"
/* SCSS */
$brand: #f68fd0;
/* SwiftUI */
Color(red: 0.965, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#f68fd0")Accessibility — WCAG contrast
Aa
#f68fd0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68fd0 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green56.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow15.4%
Key (black)3.5%
Color previews
#f68fd0 text on a black background
contrast 9.76:1
Card sample
#f68fd0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68fd0;
Background color
Panel with #f68fd0 background
background-color: #f68fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68fd0; background: linear-gradient(135deg, #f68fd0, #F6938F);