#ff6cef
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 108, 239
HSL
307°, 100%, 71%
CMYK
0, 58, 6, 0
Luminance
0.3822
Every format
| HEX | #ff6cef |
| RGB | rgb(255, 108, 239) |
| HSL | hsl(307, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 6%, 0%) |
| LAB | lab(68.2 71.2 -39.5) |
| LCH | lch(68.2 81.5 330.9) |
| OKLCH | oklch(0.755 0.231 332.0) |
Copy-ready code
/* CSS */
color: #ff6cef;
background-color: #ff6cef;
/* Tailwind (arbitrary) */
class="text-[#ff6cef] bg-[#ff6cef]"
/* SCSS */
$brand: #ff6cef;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#ff6cef")Accessibility — WCAG contrast
Aa
#ff6cef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cef on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow6.3%
Key (black)0.0%
Color previews
#ff6cef text on a black background
contrast 8.64:1
Card sample
#ff6cef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cef;
Background color
Panel with #ff6cef background
background-color: #ff6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cef; background: linear-gradient(135deg, #ff6cef, #FF6C8D);