Indigo
#3109AA
PurpleColor Codes
All color formats for development
HEX
#3109AARGB
rgb(49, 9, 170)HSL
hsl(255, 90%, 35%)OKLCH
oklch(0.361 0.216 277.6)CMYK
cmyk(71%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0899
2#270788
3#220677
4#1D0566
5#190455
6#140444
7#0F0333
8#0A0222
9#050111
Tints
Lighter variations
1#3A0BC9
2#430CE9
3#5723F3
4#6F42F5
5#8762F7
6#9F81F8
7#B7A1FA
8#CFC0FC
9#E7E0FD
Tones
Muted variations
1#3511A2
2#39199A
3#3D2191
4#412989
5#453181
6#493979
7#4D4171
8#514969
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E5DDFD;
--indigo-200: #CFC0FC;
--indigo-300: #AA90F9;
--indigo-400: #7E55F6;
--indigo-500: #5925F4;
--indigo-600: #3E0BD5;
--indigo-700: #3109AA;
--indigo-800: #230679;
--indigo-900: #16044E;
--indigo-950: #0E0330;
}