#f722eb
a balanced, electric magenta / pink · neutral · closest name: Magenta
At a glance
Every number on this page in one read: what #f722eb is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #f722eb |
| RGB | rgb(247, 34, 235) |
| HSL | hsl(303, 93%, 55%) |
| CMYK | cmyk(0%, 86%, 5%, 3%) |
| LAB | lab(58.9 91.1 -52.0) |
| LCH | lch(58.9 104.9 330.3) |
| OKLCH | oklch(0.686 0.297 331.0) |
| Decimal | 16196331 |
| Display P3 | color(display-p3 0.969 0.133 0.922) |
Copy-ready code
/* CSS */
color: #f722eb;
background-color: #f722eb;
/* Tailwind (arbitrary) */
class="text-[#f722eb] bg-[#f722eb]"
/* SCSS */
$brand: #f722eb;
/* SwiftUI */
Color(red: 0.969, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#f722eb")
/* Flutter */
Color(0xFFF722EB)
/* Python / OpenCV (BGR) */
(235, 34, 247)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #f722eb is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF2FC;
--brand-100: #FBE4FA;
--brand-200: #F9C2F6;
--brand-300: #FB93F5;
--brand-400: #F95DF0;
--brand-500: #f722eb;
--brand-600: #EC09DF;
--brand-700: #C507BA;
--brand-800: #9D0695;
--brand-900: #72096C;
--brand-950: #470643;
--brand: #f722eb;
--brand-ink: #000000;
}Colors that work with #f722eb
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #f722eb
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #22F72E | Directly opposite — maximum tension | |
| Analogous left | #9922F7 | Neighbour, quieter | |
| Analogous right | #F72280 | Neighbour, quieter | |
| Split-complement 1 | #80F722 | Contrast without the clash | |
| Split-complement 2 | #22F799 | Contrast without the clash | |
| Triadic 1 | #EBF722 | Even thirds — balanced and loud | |
| Triadic 2 | #22EBF7 | Even thirds — balanced and loud | |
| Tetradic | #F79922 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f722eb text on a black background
contrast 6.38:1
#f722eb text on a white background
contrast 3.29:1
CSS3 live lab
The quick brown fox
color: #f722eb;
background-color: #f722eb;
Glowing headline
text-shadow: 2px 2px 8px #f722eb;
Soft neon halo
text-shadow: 0 0 14px rgba(247, 34, 235, 0.45);
box-shadow: 0 12px 32px -8px rgba(247, 34, 235, 0.45);
border: 3px solid #f722eb; background: linear-gradient(135deg, #f722eb, #F7225D);
Monochromatic scale
Palettes built from #f722eb
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Magenta (#ff00ff) — ΔE2000 2.5 away, with its history, psychology and brand usage.
#f722eb in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#f722eb, answered
What color is #f722eb?
#f722eb is a balanced electric magenta / pink, closest to Magenta (ΔE2000 2.5). It sits at 303° on the hue wheel with 93% saturation and 55% lightness, which reads as neutral.
What is the RGB value of #f722eb?
rgb(247, 34, 235) — 247 red, 34 green and 235 blue out of 255, or 96.9% / 13.3% / 92.2% by channel.
Is #f722eb a light or a dark color?
It is a mid-tone. Relative luminance is 0.2692 and perceived brightness is 62%, so black text on it reaches 6.38:1.
Should I use black or white text on #f722eb?
Black. It scores 6.38:1 against #f722eb, versus 3.29:1 for white — AA at any size.
What is the complementary color of #f722eb?
#22F72E sits directly opposite on the wheel. Softer options are the split-complements #80F722 and #22F799, which give the same contrast with far less vibration.
What colors go well with #f722eb?
For interface work: #FAF4FA as the surface, #EDC0EA for borders, #9B4B96 for secondary text, #29C903 as an accent and #7B0474 for hover and pressed states. For a palette, the analogous pair #9922F7 and #F72280 stays calm, while #22F72E is the loudest partner.
What is #f722eb in CMYK for printing?
cmyk(0%, 86%, 5%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #f722eb warm or cool?
Neutral — it scores 48 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F7229D; nudged cooler, #B620F9.