Indigo
#5814CC
PurpleColor Codes
All color formats for development
HEX
#5814CCRGB
rgb(88, 20, 204)HSL
hsl(262, 82%, 44%)OKLCH
oklch(0.442 0.241 288)CMYK
cmyk(57%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F12B8
2#4610A3
3#3D0E8F
4#350C7B
5#2C0A66
6#230852
7#1A063D
8#120429
9#090214
Tints
Lighter variations
1#6317E6
2#742FEA
3#8549ED
4#9763F0
5#A87DF2
6#B997F5
7#CBB1F7
8#DCCBFA
9#EEE5FC
Tones
Muted variations
1#5A1DC3
2#5D27BA
3#5F30B1
4#6139A7
5#64429E
6#664B95
7#69558C
8#6B5E83
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B894 #B894F4 | BordersInactive statesPlaceholder text |
| 400 | 925D #925DEF | Disabled statesSecondary iconsMuted text |
| 500 | 732E #732EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5814 #5814CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4610 #4610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074A | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DFFC;
--indigo-200: #D7C3F9;
--indigo-300: #B894F4;
--indigo-400: #925DEF;
--indigo-500: #732EEA;
--indigo-600: #5814CC;
--indigo-700: #4610A2;
--indigo-800: #320B74;
--indigo-900: #20074A;
--indigo-950: #14052E;
}