Vibrant Purple Color
What Color is Vibrant Purple?
Vibrant purple is a bright purple. It looks fun and bold.
| Format | Code | Image |
|---|---|---|
Hex | #9D00FF | ![]() |
RGB | 157, 0, 255 | |
HSL | 277, 100%, 50% | |
CMYK | 38%, 100%, 0%, 0% | |
OKLCH | oklch(0.565 0.296 303) |
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.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
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.
/* Vibrant Purple Color */
:root {
--color-vibrant-purple-color: #9D00FF;
--color-vibrant-purple-color-rgb: 157, 0, 255;
}
.element {
background-color: var(--color-vibrant-purple-color);
color: rgba(var(--color-vibrant-purple-color-rgb), 0.8);
}// Vibrant Purple Color Variables
$vibrant-purple-color: #9D00FF;
$vibrant-purple-color-rgb: 157, 0, 255;
// Usage
.element {
background-color: $vibrant-purple-color;
border-color: darken($vibrant-purple-color, 10%);
box-shadow: 0 4px 6px rgba($vibrant-purple-color-rgb, 0.2);
}// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'vibrant-purple-color': '#9D00FF',
'vibrant-purple-color-light': '#BB4DFF',
'vibrant-purple-color-dark': '#6E00B3',
},
},
},
}{
"name": "Vibrant Purple Color",
"hex": "#9D00FF",
"rgb": {
"r": 157,
"g": 0,
"b": 255
},
"hsl": {
"h": 277,
"s": 100,
"l": 50
}
}Visual Usage Examples
See how Vibrant Purple Color looks in real-world design applications.
Heading Text
This is how body text appears on this background color. Good contrast is essential for readability.
