#ff8fef
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 143, 239
HSL
309°, 100%, 78%
CMYK
0, 44, 6, 0
Luminance
0.4714
Every format
| HEX | #ff8fef |
| RGB | rgb(255, 143, 239) |
| HSL | hsl(309, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 6%, 0%) |
| LAB | lab(74.3 55.1 -30.1) |
| LCH | lch(74.3 62.8 331.3) |
| OKLCH | oklch(0.801 0.177 332.6) |
Copy-ready code
/* CSS */
color: #ff8fef;
background-color: #ff8fef;
/* Tailwind (arbitrary) */
class="text-[#ff8fef] bg-[#ff8fef]"
/* SCSS */
$brand: #ff8fef;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#ff8fef")Accessibility — WCAG contrast
Aa
#ff8fef on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8fef on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow6.3%
Key (black)0.0%
Color previews
#ff8fef text on a black background
contrast 10.43:1
Card sample
#ff8fef text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8fef;
Background color
Panel with #ff8fef background
background-color: #ff8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8fef; background: linear-gradient(135deg, #ff8fef, #FF8FA4);