Violet (#EE82EE)

Luminance: 40% · Nearest standard name: Violet

VIOLET
#EE82EE
rgb(238, 130, 238) · hsl(300°, 76%, 72%)
HEX#EE82EE
RGB238, 130, 238
HSL300°, 76%, 72%
HSV / HSB300°, 45%, 93%
CMYK (Print)0%, 45%, 0%, 7%

Color Harmonies

Complementary

#EE82EE#81EE81

Analogous

#B881EE#EE82EE#EE81B8

Triadic

#EE82EE#EEEE81#81EEEE

Tints & Shades

Lighter Tints
Darker Shades

WCAG 2.2 Contrast Verification

Against White (#FFFFFF)2.32:1

Sample text rendered with #EE82EE on white

AA Normal: FAILAA Large: FAIL
Against Dark (#0F172A)7.70:1

Sample text rendered with #EE82EE on dark

AA Normal: PASSAA Large: PASS
Comprehensive Color Profile & Design Architecture

The Complete Color Guide to Violet (#EE82EE)

Violet (#EE82EE) is a distinct shade within the Purple chromatic spectrum. Characterized by an optical luminance of 40% and a cool-warm hybrid (violet) color temperature, this tone plays a vital role across web applications, brand identities, and editorial typography. Discover its mathematical harmonies, accessibility metrics, UI engineering roles, and front-end code tokens.

Technical Colorimetry & Coordinate Breakdown

Exact mathematical values across digital display, print press, and human perceptual spaces.

HEX Code#EE82EE
RGB Space238, 130, 238
HSL Values300°, 76%, 72%
HSV / HSB300°, 45%, 93%
CMYK Ink0%, 45%, 0%, 7%
TemperatureCool-Warm Hybrid (Violet)

Optical Color Harmony Formulas for Violet

Geometric intervals calculated from #EE82EE on the 360-degree color wheel.

Direct Polar (180°)#81EE81

Complementary Harmony

Pairs Violet with its polar opposite (#81EE81) to create maximum optical contrast, perfect for high-converting call-to-action buttons.

Adjacent (±30°)#B881EE · #EE81B8

Analogous Harmony

Positions adjacent neighboring hues on either side of Violet for serene, gentle, and organic visual transitions.

Split Angles (150° / 210°)#B8EE81 · #81EEB8

Split-Complementary

Uses the two colors flanking the direct complement of Violet, offering rich visual variety without harsh chromatic vibration.

Triangular (120°)#EEEE81 · #81EEEE

Triadic Harmony

Forms an equilateral triangle on the color wheel, generating playful, dynamic energy when balanced against a neutral background.

Rectangular (90°)#EEB881 · #81EE81 · #81B8EE

Tetradic (Square) Harmony

A rich four-color scheme combining two complementary pairs, ideal for complex dashboards, gaming HUDs, and multi-tier charts.

Interactive Exploration

Build Palettes With Violet

Lock #EE82EE inside our interactive generator to calculate live matching palettes in real time.

Launch Palette Generator

The 60-30-10 UI Implementation Role for Violet

Recommended proportional volume and semantic interface assignment.

Recommended Assignment: Interactive Brand Accent (10% Volume)

With a saturation of 76% and lightness of 72%, Violet (#EE82EE) acts as an attention-grabbing focal point. In user interfaces, reserve it for primary CTA buttons, active state indicators, and notification badges to draw user clicks immediately.

Light Mode SurfaceIdeal for buttons and badges
Dark Mode AdaptationDesaturate slightly for ambient glow

Color Psychology & Industry Alignment

Strategic cognitive triggers and target sector recommendations.

Cognitive & Emotional Perception

Evokes creative imagination, high-tech futurism, luxury, and opulence. Captivates attention with an aura of boundary-pushing intellect.

Optimal Industry Verticals

Generative AI Platforms, Creative Studios, Web3 Crypto, Luxury Beauty. Combining Violet with intentional neutral whitespace reinforces authority and conversion clarity.

Production Code Tokens for Violet

Drop-in design system tokens for CSS, Tailwind CSS, and SCSS.

CSS Custom Properties (:root)Vanilla CSS
:root {
  --color-ee82ee: #EE82EE;
  --color-ee82ee-rgb: 238, 130, 238;
  --color-ee82ee-hsl: 300deg 76% 72%;
}
tailwind.config.jsTailwind CSS
module.exports = {
  theme: {
    extend: {
      colors: {
        'ee82ee': '#EE82EE',
      }
    }
  }
};

Frequently Asked Questions About Violet (#EE82EE)

Authoritative answers covering Violet color codes, WCAG contrast compliance, and UI design systems.

What are the exact digital and print color codes for Violet (#EE82EE)?
Violet is defined by the HEX code #EE82EE. Its digital screen RGB coordinates are R:238, G:130, B:238. Its cylindrical HSL values are Hue:300°, Saturation:76%, Lightness:72%. In HSV/HSB format, it is 300°, 45%, 93%. For four-color CMYK process printing, its ink percentages are C:0%, M:45%, Y:0%, K:7%.
Does Violet (#EE82EE) pass WCAG 2.2 accessibility standards for text readability?
Against a pure white (#FFFFFF) background, Violet achieves a contrast ratio of 2.32:1 (Failing WCAG AA for normal body text, and Failing for large headings). Against dark slate (#0F172A), it achieves a contrast ratio of 7.70:1 (Passing WCAG AA).
What is the direct complementary color for Violet (#EE82EE)?
The exact 180-degree optical complementary color for #EE82EE is #81EE81. When placed side-by-side, #EE82EE and #81EE81 create maximum visual tension and high click-through conversion rates.
What is the recommended role for Violet in the 60-30-10 UI design rule?
With a saturation of 76% and lightness of 72%, Violet (#EE82EE) acts as an attention-grabbing focal point. In user interfaces, reserve it for primary CTA buttons, active state indicators, and notification badges to draw user clicks immediately.
How can I copy and export Violet into Tailwind CSS and CSS variables?
You can define Violet in CSS custom properties as ':root { --color-custom: #EE82EE; }' or paste it into your 'tailwind.config.js' file under 'theme.extend.colors'. You can also generate full palettes containing Violet using our interactive Color Palette Generator.
Which color family does Violet (#EE82EE) belong to?
Violet belongs to the Purple family (Cool-Warm Hybrid (Violet) spectrum). You can explore full tonal ramps and curated palettes in our Purple Color Guide.