Heliotrope Color

What Color is Heliotrope?

Heliotrope is a light purple. It looks sweet like flowers.

#DF73FF
FormatCodeImage
Hex
#DF73FF
Heliotrope Color Code
RGB
223, 115, 255
HSL
286, 100%, 73%
CMYK
13%, 55%, 0%, 0%
OKLCH
oklch(0.732 0.217 318)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF2.61:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000008.03:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F52.40:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A6.66:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333334.83:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Heliotrope Color */
:root {
  --color-heliotrope-color: #DF73FF;
  --color-heliotrope-color-rgb: 223, 115, 255;
}

.element {
  background-color: var(--color-heliotrope-color);
  color: rgba(var(--color-heliotrope-color-rgb), 0.8);
}
SCSS
// Heliotrope Color Variables
$heliotrope-color: #DF73FF;
$heliotrope-color-rgb: 223, 115, 255;

// Usage
.element {
  background-color: $heliotrope-color;
  border-color: darken($heliotrope-color, 10%);
  box-shadow: 0 4px 6px rgba($heliotrope-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'heliotrope-color': '#DF73FF',
        'heliotrope-color-light': '#F1C2FF',
        'heliotrope-color-dark': '#CD29FF',
      },
    },
  },
}
JSON
{
  "name": "Heliotrope Color",
  "hex": "#DF73FF",
  "rgb": {
    "r": 223,
    "g": 115,
    "b": 255
  },
  "hsl": {
    "h": 286,
    "s": 100,
    "l": 73
  }
}

Visual Usage Examples

See how Heliotrope Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial