#d486cd
a light, vivid magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #d486cd 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 | #d486cd |
| RGB | rgb(212, 134, 205) |
| HSL | hsl(305, 48%, 68%) |
| CMYK | cmyk(0%, 37%, 3%, 17%) |
| LAB | lab(66.1 40.6 -24.3) |
| LCH | lch(66.1 47.4 329.1) |
| OKLCH | oklch(0.724 0.132 330.1) |
| Decimal | 13928141 |
| Display P3 | color(display-p3 0.831 0.525 0.804) |
Copy-ready code
/* CSS */
color: #d486cd;
background-color: #d486cd;
/* Tailwind (arbitrary) */
class="text-[#d486cd] bg-[#d486cd]"
/* SCSS */
$brand: #d486cd;
/* SwiftUI */
Color(red: 0.831, green: 0.525, blue: 0.804)
/* Android */
Color.parseColor("#d486cd")
/* Flutter */
Color(0xFFD486CD)
/* Python / OpenCV (BGR) */
(205, 134, 212)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. #d486cd 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: #FAF5FA;
--brand-100: #F5EAF4;
--brand-200: #ECD0E9;
--brand-300: #E2ACDD;
--brand-400: #d486cd;
--brand-500: #C459BB;
--brand-600: #B540AA;
--brand-700: #97358E;
--brand-800: #782B71;
--brand-900: #582253;
--brand-950: #371534;
--brand: #d486cd;
--brand-ink: #000000;
}Colors that work with #d486cd
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 #d486cd
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 | #86D48D | Directly opposite — maximum tension | |
| Analogous left | #B486D4 | Neighbour, quieter | |
| Analogous right | #D486A6 | Neighbour, quieter | |
| Split-complement 1 | #A6D486 | Contrast without the clash | |
| Split-complement 2 | #86D4B4 | Contrast without the clash | |
| Triadic 1 | #CDD486 | Even thirds — balanced and loud | |
| Triadic 2 | #86CDD4 | Even thirds — balanced and loud | |
| Tetradic | #D4B486 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d486cd text on a black background
contrast 8.09:1
#d486cd text on a white background
contrast 2.60:1
CSS3 live lab
The quick brown fox
color: #d486cd;
background-color: #d486cd;
Glowing headline
text-shadow: 2px 2px 8px #d486cd;
Soft neon halo
text-shadow: 0 0 14px rgba(212, 134, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(212, 134, 205, 0.45);
border: 3px solid #d486cd; background: linear-gradient(135deg, #d486cd, #D48699);
Monochromatic scale
Palettes built from #d486cd
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: Orchid (#da70d6) — ΔE2000 5.7 away, with its history, psychology and brand usage.
#d486cd in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#d486cd, answered
What color is #d486cd?
#d486cd is a light vivid magenta / pink, closest to Orchid (ΔE2000 5.7). It sits at 305° on the hue wheel with 48% saturation and 68% lightness, which reads as neutral.
What is the RGB value of #d486cd?
rgb(212, 134, 205) — 212 red, 134 green and 205 blue out of 255, or 83.1% / 52.5% / 80.4% by channel.
Is #d486cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.3546 and perceived brightness is 67%, so black text on it reaches 8.09:1.
Should I use black or white text on #d486cd?
Black. It scores 8.09:1 against #d486cd, versus 2.60:1 for white — AAA at any size.
What is the complementary color of #d486cd?
#86D48D sits directly opposite on the wheel. Softer options are the split-complements #A6D486 and #86D4B4, which give the same contrast with far less vibration.
What colors go well with #d486cd?
For interface work: #FAF4FA as the surface, #EAC3E6 for borders, #9B4B94 for secondary text, #429A32 as an accent and #5E2159 for hover and pressed states. For a palette, the analogous pair #B486D4 and #D486A6 stays calm, while #86D48D is the loudest partner.
What is #d486cd in CMYK for printing?
cmyk(0%, 37%, 3%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d486cd 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 #D486B0; nudged cooler, #BF84D6.