#DABADE Color Information

Hex color code: #DABADE

#DABADE is a light magenta color. In RGB it is (218, 186, 222), and in HSL it is (293°, 35%, 80%). It is commonly used in modern UI design.

Try:
Color NamePlum
HEX
#DABADE
RGB
218, 186, 222
HSL
293°, 35%, 80%
CMYK
2%, 16%, 0%, 13%

Shades

CSS Usage
color: #DABADE;
background-color: #DABADE;
border-color: #DABADE;
box-shadow: 0 0 10px #DABADE;
border: 2px solid #DABADE;
Tailwind Usage
bg-[#DABADE]
text-[#DABADE]
border-[#DABADE]
shadow-[0_0_10px_DABADE]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DABADE, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DABADE; color: #000000; }

Badge

New Feature
.badge { background-color: #DABADE; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DABADE; background-color: #DABADE15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DABADE20; border-left: 4px solid #DABADE; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DABADE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DABADE in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

218, 186, 222

Red: 218 / Green: 186 / Blue: 222

HSL

293°, 35%, 80%

Hue: 293° / Saturation: 35% / Lightness: 80%

CMYK

2%, 16%, 0%, 13%

Cyan: 2% / Magenta: 16% / Yellow: 0% / Key: 13%

What color is #DABADE?

#DABADE is a magenta-red hue associated with romance and playfulness.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DABADE to RGB:

rgb(218, 186, 222)HEX to RGB Converter →

HEX to HSL

Convert #DABADE to HSL:

hsl(293, 35%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #DABADE to CMYK:

cmyk(2%, 16%, 0%, 13%)Color Converter →

Color Meaning and Usage

A light magenta tone, #DABADE has RGB (218, 186, 222) and HSL (293°, 35%, 80%). Known for evoking romance and playfulness, this magenta-red hue is typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DABADE is #BEDEBA, creating high-contrast pairings. For softer combinations, try analogous colors like #C8BADE.

Use #DABADE in CSS: color: #DABADE or background-color: #DABADE. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DABADE

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.06:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DABADE?

#DABADE is a light magenta color - a magenta-red hue that evokes romance and playfulness.

What is the RGB value of #DABADE?

#DABADE in RGB is (218, 186, 222) - 218 red, 186 green, and 222 blue.

How to use #DABADE in CSS?

Use #DABADE directly in your CSS properties like color or background-color.

What colors go well with #DABADE?

#BEDEBA (complementary), #C8BADE (analogous), and #BE87C5 (lighter shade) work well with #DABADE.