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