#fd87ee
a light, electric magenta / pink · neutral · closest name: Violet
At a glance
Every number on this page in one read: what #fd87ee 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 | #fd87ee |
| RGB | rgb(253, 135, 238) |
| HSL | hsl(308, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 6%, 1%) |
| LAB | lab(72.5 58.2 -32.3) |
| LCH | lch(72.5 66.6 330.9) |
| OKLCH | oklch(0.787 0.188 332.1) |
| Decimal | 16615406 |
| Display P3 | color(display-p3 0.992 0.529 0.933) |
Copy-ready code
/* CSS */
color: #fd87ee;
background-color: #fd87ee;
/* Tailwind (arbitrary) */
class="text-[#fd87ee] bg-[#fd87ee]"
/* SCSS */
$brand: #fd87ee;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.933)
/* Android */
Color.parseColor("#fd87ee")
/* Flutter */
Color(0xFFFD87EE)
/* Python / OpenCV (BGR) */
(238, 135, 253)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. #fd87ee is pinned to step 300; 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: #FBC1F3;
--brand-300: #fd87ee;
--brand-400: #FC59E8;
--brand-500: #FB22E0;
--brand-600: #F104D3;
--brand-700: #C903B0;
--brand-800: #A1038D;
--brand-900: #740766;
--brand-950: #480440;
--brand: #fd87ee;
--brand-ink: #000000;
}Colors that work with #fd87ee
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 #fd87ee
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 | #87FD96 | Directly opposite — maximum tension | |
| Analogous left | #D187FD | Neighbour, quieter | |
| Analogous right | #FD87B3 | Neighbour, quieter | |
| Split-complement 1 | #B3FD87 | Contrast without the clash | |
| Split-complement 2 | #87FDD1 | Contrast without the clash | |
| Triadic 1 | #EEFD87 | Even thirds — balanced and loud | |
| Triadic 2 | #87EEFD | Even thirds — balanced and loud | |
| Tetradic | #FDD187 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#fd87ee text on a black background
contrast 9.88:1
#fd87ee text on a white background
contrast 2.13:1
CSS3 live lab
The quick brown fox
color: #fd87ee;
background-color: #fd87ee;
Glowing headline
text-shadow: 2px 2px 8px #fd87ee;
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 238, 0.45);
box-shadow: 0 12px 32px -8px rgba(253, 135, 238, 0.45);
border: 3px solid #fd87ee; background: linear-gradient(135deg, #fd87ee, #FD879F);
Monochromatic scale
Palettes built from #fd87ee
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 3 away, with its history, psychology and brand usage.
#fd87ee 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.
#fd87ee, answered
What color is #fd87ee?
#fd87ee is a light electric magenta / pink, closest to Violet (ΔE2000 3). It sits at 308° on the hue wheel with 97% saturation and 76% lightness, which reads as neutral.
What is the RGB value of #fd87ee?
rgb(253, 135, 238) — 253 red, 135 green and 238 blue out of 255, or 99.2% / 52.9% / 93.3% by channel.
Is #fd87ee a light or a dark color?
It is a mid-tone. Relative luminance is 0.4438 and perceived brightness is 75%, so black text on it reaches 9.88:1.
Should I use black or white text on #fd87ee?
Black. It scores 9.88:1 against #fd87ee, versus 2.13:1 for white — AAA at any size.
What is the complementary color of #fd87ee?
#87FD96 sits directly opposite on the wheel. Softer options are the split-complements #B3FD87 and #87FDD1, which give the same contrast with far less vibration.
What colors go well with #fd87ee?
For interface work: #FAF4FA as the surface, #EDC0E7 for borders, #9B4B91 for secondary text, #19CC00 as an accent and #7D026E for hover and pressed states. For a palette, the analogous pair #D187FD and #FD87B3 stays calm, while #87FD96 is the loudest partner.
What is #fd87ee in CMYK for printing?
cmyk(0%, 47%, 6%, 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 #fd87ee warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FD87C3; nudged cooler, #E186FE.