Indigo
#3312A1
BlueColor Codes
All color formats for development
HEX
#3312A1RGB
rgb(51, 18, 161)HSL
hsl(254, 80%, 35%)OKLCH
oklch(0.358 0.202 279.4)CMYK
cmyk(68%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1091
2#290E81
3#240C70
4#1F0B60
5#1A0950
6#140740
7#0F0530
8#0A0420
9#050210
Tints
Lighter variations
1#3D15BE
2#4618DC
3#592EE8
4#714CEB
5#896AEE
6#A088F2
7#B8A5F5
8#D0C3F8
9#E7E1FC
Tones
Muted variations
1#37199A
2#3B2092
3#3F278B
4#422E84
5#46367D
6#4A3D76
7#4E446F
8#524B68
9#555260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D0C3F8;
--indigo-300: #AB95F3;
--indigo-400: #805EED;
--indigo-500: #5B30E8;
--indigo-600: #4016CA;
--indigo-700: #3312A1;
--indigo-800: #250D73;
--indigo-900: #170849;
--indigo-950: #0F052E;
}