Indigo
#33199A
BlueColor Codes
All color formats for development
HEX
#33199ARGB
rgb(51, 25, 154)HSL
hsl(252, 72%, 35%)OKLCH
oklch(0.356 0.189 280)CMYK
cmyk(67%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E168A
2#29147B
3#23116B
4#1E0F5C
5#190C4D
6#140A3D
7#0F072E
8#0A051F
9#05020F
Tints
Lighter variations
1#3C1EB6
2#4622D3
3#5937DF
4#7154E3
5#8870E8
6#A08DEC
7#B8A9F1
8#D0C6F6
9#E7E2FA
Tones
Muted variations
1#371F93
2#3A268D
3#3E2C86
4#423380
5#463979
6#4A4073
7#4E466D
8#524C66
9#555360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C6 #D0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB9A #AB9AEF | BordersInactive statesPlaceholder text |
| 400 | 7F65 #7F65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 5B3A #5B3ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 401F #401FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3319 #33199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2412 #24126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 170B #170B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0E07 #0E072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E5E0FA;
--indigo-200: #D0C6F6;
--indigo-300: #AB9AEF;
--indigo-400: #7F65E6;
--indigo-500: #5B3ADF;
--indigo-600: #401FC1;
--indigo-700: #33199A;
--indigo-800: #24126E;
--indigo-900: #170B46;
--indigo-950: #0E072C;
}