#df419d
a balanced, vivid magenta / pink · warm · closest name: Deep Pink
At a glance
Every number on this page in one read: what #df419d is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #df419d |
| RGB | rgb(223, 65, 157) |
| HSL | hsl(325, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 30%, 13%) |
| LAB | lab(53.9 68.3 -15.3) |
| LCH | lch(53.9 69.9 347.4) |
| OKLCH | oklch(0.631 0.212 349.1) |
| Decimal | 14631325 |
| Display P3 | color(display-p3 0.875 0.255 0.616) |
Copy-ready code
/* CSS */
color: #df419d;
background-color: #df419d;
/* Tailwind (arbitrary) */
class="text-[#df419d] bg-[#df419d]"
/* SCSS */
$brand: #df419d;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.616)
/* Android */
Color.parseColor("#df419d")
/* Flutter */
Color(0xFFDF419D)
/* Python / OpenCV (BGR) */
(157, 65, 223)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. #df419d is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F8;
--brand-100: #F8E7F1;
--brand-200: #F3C9E1;
--brand-300: #EF9FCD;
--brand-400: #E76FB5;
--brand-500: #df419d;
--brand-600: #D22389;
--brand-700: #AF1D72;
--brand-800: #8C185B;
--brand-900: #651544;
--brand-950: #3F0D2A;
--brand: #df419d;
--brand-ink: #000000;
}Colors that work with #df419d
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 #df419d
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 | #41DF83 | Directly opposite — maximum tension | |
| Analogous left | #D241DF | Neighbour, quieter | |
| Analogous right | #DF414E | Neighbour, quieter | |
| Split-complement 1 | #4EDF41 | Contrast without the clash | |
| Split-complement 2 | #41DFD2 | Contrast without the clash | |
| Triadic 1 | #9DDF41 | Even thirds — balanced and loud | |
| Triadic 2 | #419DDF | Even thirds — balanced and loud | |
| Tetradic | #DFD241 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df419d text on a black background
contrast 5.38:1
#df419d text on a white background
contrast 3.90:1
CSS3 live lab
The quick brown fox
color: #df419d;
background-color: #df419d;
Glowing headline
text-shadow: 2px 2px 8px #df419d;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 157, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 65, 157, 0.45);
border: 3px solid #df419d; background: linear-gradient(135deg, #df419d, #DF4F41);
Monochromatic scale
Palettes built from #df419d
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: Mulberry (#c54b8c) — ΔE2000 5 away, with its history, psychology and brand usage.
#df419d 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.
#df419d, answered
What color is #df419d?
#df419d is a balanced vivid magenta / pink, closest to Deep Pink (ΔE2000 5.9). It sits at 325° on the hue wheel with 71% saturation and 57% lightness, which reads as warm.
What is the RGB value of #df419d?
rgb(223, 65, 157) — 223 red, 65 green and 157 blue out of 255, or 87.5% / 25.5% / 61.6% by channel.
Is #df419d a light or a dark color?
It is a mid-tone. Relative luminance is 0.2190 and perceived brightness is 56%, so black text on it reaches 5.38:1.
Should I use black or white text on #df419d?
Black. It scores 5.38:1 against #df419d, versus 3.90:1 for white — AA at any size.
What is the complementary color of #df419d?
#41DF83 sits directly opposite on the wheel. Softer options are the split-complements #4EDF41 and #41DFD2, which give the same contrast with far less vibration.
What colors go well with #df419d?
For interface work: #FAF4F8 as the surface, #EDC0DA for borders, #9B4B79 for secondary text, #1AB233 as an accent and #6D1247 for hover and pressed states. For a palette, the analogous pair #D241DF and #DF414E stays calm, while #41DF83 is the loudest partner.
What is #df419d in CMYK for printing?
cmyk(0%, 71%, 30%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df419d warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF4163; nudged cooler, #E13FD9.