#f867fd
a light, electric magenta / pink · neutral · closest name: Violet
At a glance
Every number on this page in one read: what #f867fd 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 | #f867fd |
| RGB | rgb(248, 103, 253) |
| HSL | hsl(298, 97%, 70%) |
| CMYK | cmyk(2%, 59%, 0%, 1%) |
| LAB | lab(67.1 73.8 -49.0) |
| LCH | lch(67.1 88.6 326.4) |
| OKLCH | oklch(0.748 0.245 326.3) |
| Decimal | 16279549 |
| Display P3 | color(display-p3 0.973 0.404 0.992) |
Copy-ready code
/* CSS */
color: #f867fd;
background-color: #f867fd;
/* Tailwind (arbitrary) */
class="text-[#f867fd] bg-[#f867fd]"
/* SCSS */
$brand: #f867fd;
/* SwiftUI */
Color(red: 0.973, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#f867fd")
/* Flutter */
Color(0xFFF867FD)
/* Python / OpenCV (BGR) */
(253, 103, 248)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. #f867fd is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF1FD;
--brand-100: #FBE4FC;
--brand-200: #F9C1FB;
--brand-300: #FA90FE;
--brand-400: #f867fd;
--brand-500: #F522FC;
--brand-600: #EA03F2;
--brand-700: #C303C9;
--brand-800: #9C02A1;
--brand-900: #700674;
--brand-950: #460449;
--brand: #f867fd;
--brand-ink: #000000;
}Colors that work with #f867fd
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 #f867fd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #6CFD67 | Directly opposite — maximum tension | |
| Analogous left | #AD67FD | Neighbour, quieter | |
| Analogous right | #FD67B7 | Neighbour, quieter | |
| Split-complement 1 | #B7FD67 | Contrast without the clash | |
| Split-complement 2 | #67FDAD | Contrast without the clash | |
| Triadic 1 | #FDF867 | Even thirds — balanced and loud | |
| Triadic 2 | #67FDF8 | Even thirds — balanced and loud | |
| Tetradic | #FDAD67 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f867fd text on a black background
contrast 8.35:1
#f867fd text on a white background
contrast 2.52:1
CSS3 live lab
The quick brown fox
color: #f867fd;
background-color: #f867fd;
Glowing headline
text-shadow: 2px 2px 8px #f867fd;
Soft neon halo
text-shadow: 0 0 14px rgba(248, 103, 253, 0.45);
box-shadow: 0 12px 32px -8px rgba(248, 103, 253, 0.45);
border: 3px solid #f867fd; background: linear-gradient(135deg, #f867fd, #FD679E);
Monochromatic scale
Palettes built from #f867fd
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: Violet (#ee82ee) — ΔE2000 5.2 away, with its history, psychology and brand usage.
#f867fd 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.
#f867fd, answered
What color is #f867fd?
#f867fd is a light electric magenta / pink, closest to Violet (ΔE2000 5.2). It sits at 298° on the hue wheel with 97% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #f867fd?
rgb(248, 103, 253) — 248 red, 103 green and 253 blue out of 255, or 97.3% / 40.4% / 99.2% by channel.
Is #f867fd a light or a dark color?
It is a mid-tone. Relative luminance is 0.3675 and perceived brightness is 70%, so black text on it reaches 8.35:1.
Should I use black or white text on #f867fd?
Black. It scores 8.35:1 against #f867fd, versus 2.52:1 for white — AAA at any size.
What is the complementary color of #f867fd?
#6CFD67 sits directly opposite on the wheel. Softer options are the split-complements #B7FD67 and #67FDAD, which give the same contrast with far less vibration.
What colors go well with #f867fd?
For interface work: #FAF4FA as the surface, #EBC0ED for borders, #984B9B for secondary text, #3ACC00 as an accent and #7A027E for hover and pressed states. For a palette, the analogous pair #AD67FD and #FD67B7 stays calm, while #6CFD67 is the loudest partner.
What is #f867fd in CMYK for printing?
cmyk(2%, 59%, 0%, 1%). 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 #f867fd warm or cool?
Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FD67CB; nudged cooler, #C165FF.