Indigo
#3308AA
PurpleColor Codes
All color formats for development
HEX
#3308AARGB
rgb(51, 8, 170)HSL
hsl(256, 91%, 35%)OKLCH
oklch(0.363 0.216 278.5)CMYK
cmyk(70%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0799
2#290688
3#240677
4#1F0566
5#1A0455
6#150344
7#0F0233
8#0A0222
9#050111
Tints
Lighter variations
1#3D0ACA
2#460BEA
3#5A21F5
4#7141F6
5#8961F8
6#A180F9
7#B8A0FB
8#D0C0FC
9#E7DFFE
Tones
Muted variations
1#3710A2
2#3B189A
3#3F2092
4#43298A
5#463182
6#4A397A
7#4E4172
8#524969
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E6DDFD;
--indigo-200: #D0C0FC;
--indigo-300: #AB8FFA;
--indigo-400: #8055F7;
--indigo-500: #5C24F5;
--indigo-600: #410AD6;
--indigo-700: #3308AA;
--indigo-800: #25067A;
--indigo-900: #17044E;
--indigo-950: #0F0231;
}