Indigo
#4F15CB
PurpleColor Codes
All color formats for development
HEX
#4F15CBRGB
rgb(79, 21, 203)HSL
hsl(259, 81%, 44%)OKLCH
oklch(0.433 0.24 284.5)CMYK
cmyk(61%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4713B7
2#3F11A2
3#370F8E
4#2F0D7A
5#270B66
6#200951
7#18063D
8#100429
9#080214
Tints
Lighter variations
1#5918E5
2#6B30E9
3#7D4AEC
4#9064EF
5#A27EF1
6#B598F4
7#C7B1F7
8#DACBFA
9#ECE5FC
Tones
Muted variations
1#521EC2
2#5627B9
3#5931B0
4#5C3AA7
5#60439E
6#634C95
7#66558B
8#6A5E82
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F4 | BordersInactive statesPlaceholder text |
| 400 | 8B5D #8B5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6A2F #6A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F15 #4F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F11 #3F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0C #2D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DFFC;
--indigo-200: #D4C3F9;
--indigo-300: #B395F4;
--indigo-400: #8B5DEE;
--indigo-500: #6A2FE9;
--indigo-600: #4F15CB;
--indigo-700: #3F11A2;
--indigo-800: #2D0C73;
--indigo-900: #1D084A;
--indigo-950: #12052E;
}