#FF88CD Color Information

Hex color code: #FF88CD

#FF88CD is a light magenta color. In RGB it is (255, 136, 205), and in HSL it is (325°, 100%, 77%). It is commonly used in modern UI design.

Try:
Color NameViolet
HEX
#FF88CD
RGB
255, 136, 205
HSL
325°, 100%, 77%
CMYK
0%, 47%, 20%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #FF88CD; 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 #FF88CD; background-color: #FF88CD15; }

Alert / Toast

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

Link / Accent

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

a { color: #FF88CD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 136, 205

Red: 255 / Green: 136 / Blue: 205

HSL

325°, 100%, 77%

Hue: 325° / Saturation: 100% / Lightness: 77%

CMYK

0%, 47%, 20%, 0%

Cyan: 0% / Magenta: 47% / Yellow: 20% / Key: 0%

What color is #FF88CD?

#FF88CD is a highly saturated hue associated with energy and excitement.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FF88CD to RGB:

rgb(255, 136, 205)HEX to RGB Converter →

HEX to HSL

Convert #FF88CD to HSL:

hsl(325, 100%, 77%)RGB to HSL Converter →

HEX to CMYK

Convert #FF88CD to CMYK:

cmyk(0%, 47%, 20%, 0%)Color Converter →

Color Meaning and Usage

A airy magenta tone, #FF88CD has RGB (255, 136, 205) and HSL (325°, 100%, 77%). Known for evoking energy and excitement, this highly saturated hue is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FF88CD is #8AFFBB, creating high-contrast pairings. For softer combinations, try analogous colors like #F58AFF.

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

Contrast with #FF88CD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FF88CD?

#FF88CD is a airy magenta color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FF88CD?

#FF88CD in RGB is (255, 136, 205) - 255 red, 136 green, and 205 blue.

How to use #FF88CD in CSS?

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

What colors go well with #FF88CD?

#8AFFBB (complementary), #F58AFF (analogous), and #FF3DAE (lighter shade) work well with #FF88CD.