Indigo
#3A16CA
BlueColor Codes
All color formats for development
HEX
#3A16CARGB
rgb(58, 22, 202)HSL
hsl(252, 80%, 44%)OKLCH
oklch(0.415 0.242 276.6)CMYK
cmyk(71%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3514B6
2#2F12A2
3#29108D
4#230D79
5#1D0B65
6#170951
7#12073D
8#0C0428
9#060214
Tints
Lighter variations
1#4219E4
2#5631E8
3#6B4BEB
4#8065EE
5#957EF1
6#AA98F4
7#C0B2F6
8#D5CCF9
9#EAE5FC
Tones
Muted variations
1#401FC1
2#4528B8
3#4B31AF
4#503AA6
5#55439D
6#5B4C94
7#60558B
8#655E82
9#6B6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5E #7B5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5530 #5530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A16 #3A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E12 #2E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210D #210D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #150849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E5DFFB;
--indigo-200: #CEC3F8;
--indigo-300: #A895F3;
--indigo-400: #7B5EED;
--indigo-500: #5530E8;
--indigo-600: #3A16CA;
--indigo-700: #2E12A1;
--indigo-800: #210D73;
--indigo-900: #150849;
--indigo-950: #0D052E;
}