What Color Is #DF5FDE?

When rendered, #DF5FDE appears as a medium purple shade. The R:223, G:95, B:222 breakdown shows a purple-dominant profile with medium depth. At 62% lightness, it sits in the upper half of the brightness range.

Color Meaning of #DF5FDE

Designers choose purple tones when their projects require creativity, luxury, and mystery. #DF5FDE inherits these qualities while its medium nature keeps surfaces feeling open and uncluttered, encouraging longer engagement.

Where to Use HEX Code #DF5FDE

Onboarding flow illustrations and background washes that set a welcoming purple tone
Skeleton screen shimmer effects — subtle medium purple pulses feel natural during loading
Sidebar active-state indicators that help users orient within complex multi-panel layouts
Tag and chip components where purple backgrounds pair with contrasting text for quick scanning
Customer testimonial section accents that frame quotes with visual warmth
API documentation color swatches and code highlighting themes

Similar HEX Color Codes

HEX Code #DF5FDE in Design Systems

Design token strategy for #DF5FDE: assign it as color.purple.medium in your token hierarchy. From this base, compute tint/shade ramps programmatically using OKLCH (preferred for perceptual uniformity) or HSL adjustments. Export tokens to CSS, iOS, and Android through Style Dictionary or Tokens Studio.

Contrast data: perceived brightness 148/255 positions this color in the lighter range. Use as an accent or surface tint, and combine with dark foreground text. Test readability at multiple viewport sizes, as thin fonts at small sizes require higher contrast.

#DF5FDE Color Combinations

To create beautiful interfaces, knowing the right color combinations for #DF5FDE is crucial. Here are the calculated color harmonies:

#EBDFAC
Complementary: Offers maximum contrast to #DF5FDE.
#DFEBE1
Triadic: A balanced tone harmony.
#EBDFCC
Analogous: A softer, analogous neighbor.

CSS & HTML Examples for #DF5FDE

Use the following CSS code snippets to effortlessly integrate the DF5FDE hex color into your web designs. Ideal for developers and UI designers.

/* Text Color */
.text-df5fde { color: #DF5FDE; }

/* Background Color */
.bg-df5fde { background-color: #DF5FDE; }

/* Border Color */
.border-df5fde { border: 2px solid #DF5FDE; }

/* Box Shadow */
.shadow-df5fde { box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2); }

Shades and Tints of DF5FDE

Here is a progression of tints (adding white) and shades (adding black) for the DF5FDE color code. Tints are useful for backgrounds, while shades work well for borders and text.

Tint: Lightest Variation
Tint: Lighter Variation
Base: #DF5FDE
Shade: Darker Variation
Shade: Darkest Variation

FAQ About HEX Color Code #DF5FDE

What color is #DF5FDE?
#DF5FDE produces a medium purple tone. The RGB breakdown (223, 95, 222) shows how the three light channels combine to create this specific purple hue at 300° on the color wheel.
Is #DF5FDE a dark or light color?
#DF5FDE registers as a light color at 148/255 perceived brightness. In practical terms, dark text (#1F2937) is the recommended foreground.
What colors go well with #DF5FDE?
Complementary pairing (≈120° hue) creates energetic contrast with #DF5FDE. Split-complementary (±150°) adds variety with less tension. Monochromatic schemes — lighter and darker purple shades — are the safest harmonious option.
Can I use #DF5FDE for branding?
#DF5FDE can serve as a primary or secondary brand color. Before committing, verify it renders well in both RGB (screens) and CMYK (print), test it against competitor palettes for differentiation, and confirm it meets WCAG contrast requirements in all planned applications.
How do I convert #DF5FDE to other color formats?
Convert #DF5FDE to RGB(223, 95, 222) by splitting the hex into three pairs and converting each from base-16 to base-10. HSL(300°, 67%, 62%) is derived from the RGB values using the standard algorithm. Visit our HEX to HSL converter for additional formats.