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