#ff6fef
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 111, 239
HSL
307°, 100%, 72%
CMYK
0, 57, 6, 0
Luminance
0.3886
Every format
| HEX | #ff6fef |
| RGB | rgb(255, 111, 239) |
| HSL | hsl(307, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 6%, 0%) |
| LAB | lab(68.7 69.9 -38.8) |
| LCH | lch(68.7 80.0 331.0) |
| OKLCH | oklch(0.759 0.226 332.1) |
Copy-ready code
/* CSS */
color: #ff6fef;
background-color: #ff6fef;
/* Tailwind (arbitrary) */
class="text-[#ff6fef] bg-[#ff6fef]"
/* SCSS */
$brand: #ff6fef;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#ff6fef")Accessibility — WCAG contrast
Aa
#ff6fef on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6fef on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow6.3%
Key (black)0.0%
Color previews
#ff6fef text on a black background
contrast 8.77:1
Card sample
#ff6fef text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6fef;
Background color
Panel with #ff6fef background
background-color: #ff6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6fef; background: linear-gradient(135deg, #ff6fef, #FF6F8F);