#ff7cef
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 124, 239
HSL
307°, 100%, 74%
CMYK
0, 51, 6, 0
Luminance
0.4191
Every format
| HEX | #ff7cef |
| RGB | rgb(255, 124, 239) |
| HSL | hsl(307, 100%, 74%) |
| CMYK | cmyk(0%, 51%, 6%, 0%) |
| LAB | lab(70.8 64.1 -35.5) |
| LCH | lch(70.8 73.3 331.1) |
| OKLCH | oklch(0.775 0.207 332.2) |
Copy-ready code
/* CSS */
color: #ff7cef;
background-color: #ff7cef;
/* Tailwind (arbitrary) */
class="text-[#ff7cef] bg-[#ff7cef]"
/* SCSS */
$brand: #ff7cef;
/* SwiftUI */
Color(red: 1.000, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#ff7cef")Accessibility — WCAG contrast
Aa
#ff7cef on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7cef on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow6.3%
Key (black)0.0%
Color previews
#ff7cef text on a black background
contrast 9.38:1
Card sample
#ff7cef text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7cef;
Background color
Panel with #ff7cef background
background-color: #ff7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7cef; background: linear-gradient(135deg, #ff7cef, #FF7C98);