#f28cd9
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 140, 217
HSL
315°, 80%, 75%
CMYK
0, 42, 10, 5
Luminance
0.4264
Every format
| HEX | #f28cd9 |
| RGB | rgb(242, 140, 217) |
| HSL | hsl(315, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 10%, 5%) |
| LAB | lab(71.3 49.0 -22.7) |
| LCH | lch(71.3 54.0 335.1) |
| OKLCH | oklch(0.772 0.155 336.8) |
Copy-ready code
/* CSS */
color: #f28cd9;
background-color: #f28cd9;
/* Tailwind (arbitrary) */
class="text-[#f28cd9] bg-[#f28cd9]"
/* SCSS */
$brand: #f28cd9;
/* SwiftUI */
Color(red: 0.949, green: 0.549, blue: 0.851)
/* Android */
Color.parseColor("#f28cd9")Accessibility — WCAG contrast
Aa
#f28cd9 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28cd9 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.9%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow10.3%
Key (black)5.1%
Color previews
#f28cd9 text on a black background
contrast 9.53:1
Card sample
#f28cd9 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28cd9;
Background color
Panel with #f28cd9 background
background-color: #f28cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 140, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 140, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28cd9; background: linear-gradient(135deg, #f28cd9, #F28C95);