#f703df
a balanced, electric magenta / pink · neutral · closest name: Magenta
At a glance
Every number on this page in one read: what #f703df 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 | #f703df |
| RGB | rgb(247, 3, 223) |
| HSL | hsl(306, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 10%, 3%) |
| LAB | lab(57.2 92.5 -47.9) |
| LCH | lch(57.2 104.2 332.6) |
| OKLCH | oklch(0.672 0.299 333.9) |
| Decimal | 16188383 |
| Display P3 | color(display-p3 0.969 0.012 0.875) |
Copy-ready code
/* CSS */
color: #f703df;
background-color: #f703df;
/* Tailwind (arbitrary) */
class="text-[#f703df] bg-[#f703df]"
/* SCSS */
$brand: #f703df;
/* SwiftUI */
Color(red: 0.969, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#f703df")
/* Flutter */
Color(0xFFF703DF)
/* Python / OpenCV (BGR) */
(223, 3, 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. #f703df is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF1FC;
--brand-100: #FCE4F9;
--brand-200: #FBC1F5;
--brand-300: #FE90F3;
--brand-400: #FD59ED;
--brand-500: #FC21E7;
--brand-600: #f703df;
--brand-700: #CA02B6;
--brand-800: #A10292;
--brand-900: #740669;
--brand-950: #490442;
--brand: #f703df;
--brand-ink: #000000;
}Colors that work with #f703df
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 #f703df
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 | #03F71B | Directly opposite — maximum tension | |
| Analogous left | #9503F7 | Neighbour, quieter | |
| Analogous right | #F70365 | Neighbour, quieter | |
| Split-complement 1 | #65F703 | Contrast without the clash | |
| Split-complement 2 | #03F795 | Contrast without the clash | |
| Triadic 1 | #DFF703 | Even thirds — balanced and loud | |
| Triadic 2 | #03DFF7 | Even thirds — balanced and loud | |
| Tetradic | #F79503 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f703df text on a black background
contrast 6.03:1
#f703df text on a white background
contrast 3.48:1
CSS3 live lab
The quick brown fox
color: #f703df;
background-color: #f703df;
Glowing headline
text-shadow: 2px 2px 8px #f703df;
Soft neon halo
text-shadow: 0 0 14px rgba(247, 3, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(247, 3, 223, 0.45);
border: 3px solid #f703df; background: linear-gradient(135deg, #f703df, #F7033C);
Monochromatic scale
Palettes built from #f703df
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 4.3 away, with its history, psychology and brand usage.
#f703df 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.
#f703df, answered
What color is #f703df?
#f703df is a balanced electric magenta / pink, closest to Magenta (ΔE2000 4.3). It sits at 306° on the hue wheel with 98% saturation and 49% lightness, which reads as neutral.
What is the RGB value of #f703df?
rgb(247, 3, 223) — 247 red, 3 green and 223 blue out of 255, or 96.9% / 1.2% / 87.5% by channel.
Is #f703df a light or a dark color?
It is a mid-tone. Relative luminance is 0.2517 and perceived brightness is 61%, so black text on it reaches 6.03:1.
Should I use black or white text on #f703df?
Black. It scores 6.03:1 against #f703df, versus 3.48:1 for white — AA at any size.
What is the complementary color of #f703df?
#03F71B sits directly opposite on the wheel. Softer options are the split-complements #65F703 and #03F795, which give the same contrast with far less vibration.
What colors go well with #f703df?
For interface work: #FAF4FA as the surface, #EDC0E8 for borders, #9B4B93 for secondary text, #1FCC00 as an accent and #7E0272 for hover and pressed states. For a palette, the analogous pair #9503F7 and #F70365 stays calm, while #03F71B is the loudest partner.
What is #f703df in CMYK for printing?
cmyk(0%, 99%, 10%, 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 #f703df warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F70385; nudged cooler, #B700F9.