#ff7ee8
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 126, 232
HSL
311°, 100%, 75%
CMYK
0, 51, 9, 0
Luminance
0.4201
Every format
| HEX | #ff7ee8 |
| RGB | rgb(255, 126, 232) |
| HSL | hsl(311, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 9%, 0%) |
| LAB | lab(70.9 62.1 -31.5) |
| LCH | lch(70.9 69.6 333.1) |
| OKLCH | oklch(0.774 0.199 334.5) |
Copy-ready code
/* CSS */
color: #ff7ee8;
background-color: #ff7ee8;
/* Tailwind (arbitrary) */
class="text-[#ff7ee8] bg-[#ff7ee8]"
/* SCSS */
$brand: #ff7ee8;
/* SwiftUI */
Color(red: 1.000, green: 0.494, blue: 0.910)
/* Android */
Color.parseColor("#ff7ee8")Accessibility — WCAG contrast
Aa
#ff7ee8 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7ee8 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.4%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow9.0%
Key (black)0.0%
Color previews
#ff7ee8 text on a black background
contrast 9.40:1
Card sample
#ff7ee8 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7ee8;
Background color
Panel with #ff7ee8 background
background-color: #ff7ee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7ee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 126, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 126, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7ee8; background: linear-gradient(135deg, #ff7ee8, #FF7E92);