#d007df
a balanced, electric magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #d007df 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 | #d007df |
| RGB | rgb(208, 7, 223) |
| HSL | hsl(296, 94%, 45%) |
| CMYK | cmyk(7%, 97%, 0%, 13%) |
| LAB | lab(50.6 85.9 -59.0) |
| LCH | lch(50.6 104.2 325.5) |
| OKLCH | oklch(0.612 0.285 324.6) |
| Decimal | 13633503 |
| Display P3 | color(display-p3 0.816 0.027 0.875) |
Copy-ready code
/* CSS */
color: #d007df;
background-color: #d007df;
/* Tailwind (arbitrary) */
class="text-[#d007df] bg-[#d007df]"
/* SCSS */
$brand: #d007df;
/* SwiftUI */
Color(red: 0.816, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#d007df")
/* Flutter */
Color(0xFFD007DF)
/* Python / OpenCV (BGR) */
(223, 7, 208)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. #d007df 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: #FCF2FD;
--brand-100: #FAE4FB;
--brand-200: #F6C2FA;
--brand-300: #F492FC;
--brand-400: #EF5CFA;
--brand-500: #E925F8;
--brand-600: #d007df;
--brand-700: #B806C6;
--brand-800: #93059E;
--brand-900: #6B0872;
--brand-950: #430547;
--brand: #d007df;
--brand-ink: #000000;
}Colors that work with #d007df
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 #d007df
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 | #16DF07 | Directly opposite — maximum tension | |
| Analogous left | #6407DF | Neighbour, quieter | |
| Analogous right | #DF0782 | Neighbour, quieter | |
| Split-complement 1 | #82DF07 | Contrast without the clash | |
| Split-complement 2 | #07DF64 | Contrast without the clash | |
| Triadic 1 | #DFD007 | Even thirds — balanced and loud | |
| Triadic 2 | #07DFD0 | Even thirds — balanced and loud | |
| Tetradic | #DF6407 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d007df text on a black background
contrast 4.78:1
#d007df text on a white background
contrast 4.40:1
CSS3 live lab
The quick brown fox
color: #d007df;
background-color: #d007df;
Glowing headline
text-shadow: 2px 2px 8px #d007df;
Soft neon halo
text-shadow: 0 0 14px rgba(208, 7, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(208, 7, 223, 0.45);
border: 3px solid #d007df; background: linear-gradient(135deg, #d007df, #DF075E);
Monochromatic scale
Palettes built from #d007df
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 9.5 away, with its history, psychology and brand usage.
#d007df 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.
#d007df, answered
What color is #d007df?
#d007df is a balanced electric magenta / pink, closest to Medium Orchid (ΔE2000 6.9). It sits at 296° on the hue wheel with 94% saturation and 45% lightness, which reads as neutral.
What is the RGB value of #d007df?
rgb(208, 7, 223) — 208 red, 7 green and 223 blue out of 255, or 81.6% / 2.7% / 87.5% by channel.
Is #d007df a light or a dark color?
It is a mid-tone. Relative luminance is 0.1889 and perceived brightness is 54%, so black text on it reaches 4.78:1.
Should I use black or white text on #d007df?
Black. It scores 4.78:1 against #d007df, versus 4.40:1 for white — AA at any size.
What is the complementary color of #d007df?
#16DF07 sits directly opposite on the wheel. Softer options are the split-complements #82DF07 and #07DF64, which give the same contrast with far less vibration.
What colors go well with #d007df?
For interface work: #FAF4FA as the surface, #E9C0ED for borders, #954B9B for secondary text, #42CA02 as an accent and #73047C for hover and pressed states. For a palette, the analogous pair #6407DF and #DF0782 stays calm, while #16DF07 is the loudest partner.
What is #d007df in CMYK for printing?
cmyk(7%, 97%, 0%, 13%). 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 #d007df warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF079F; nudged cooler, #8105E1.