#f28cef
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 140, 239
HSL
302°, 80%, 75%
CMYK
0, 42, 1, 5
Luminance
0.4387
Every format
| HEX | #f28cef |
| RGB | rgb(242, 140, 239) |
| HSL | hsl(302, 80%, 75%) |
| CMYK | cmyk(0%, 42%, 1%, 5%) |
| LAB | lab(72.1 52.7 -33.5) |
| LCH | lch(72.1 62.5 327.5) |
| OKLCH | oklch(0.781 0.173 328.1) |
Copy-ready code
/* CSS */
color: #f28cef;
background-color: #f28cef;
/* Tailwind (arbitrary) */
class="text-[#f28cef] bg-[#f28cef]"
/* SCSS */
$brand: #f28cef;
/* SwiftUI */
Color(red: 0.949, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#f28cef")Accessibility — WCAG contrast
Aa
#f28cef on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28cef on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow1.2%
Key (black)5.1%
Color previews
#f28cef text on a black background
contrast 9.77:1
Card sample
#f28cef text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28cef;
Background color
Panel with #f28cef background
background-color: #f28cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28cef; background: linear-gradient(135deg, #f28cef, #F28CAB);