Indigo
#3000B3
PurpleColor Codes
All color formats for development
HEX
#3000B3RGB
rgb(48, 0, 179)HSL
hsl(256, 100%, 35%)OKLCH
oklch(0.368 0.229 276.2)CMYK
cmyk(73%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B00A1
2#26008F
3#21007D
4#1D006B
5#180059
6#130047
7#0E0036
8#0A0024
9#050012
Tints
Lighter variations
1#3800D4
2#4100F5
3#5517FF
4#6D38FF
5#8559FF
6#9E7AFF
7#B69CFF
8#CEBDFF
9#E7DEFF
Tones
Muted variations
1#3409AA
2#3812A1
3#3C1B98
4#40248F
5#442D86
6#49367D
7#4D3E74
8#51476B
9#555062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E5DBFF;
--indigo-200: #CEBDFF;
--indigo-300: #A98AFF;
--indigo-400: #7C4DFF;
--indigo-500: #571AFF;
--indigo-600: #3C00E0;
--indigo-700: #3000B3;
--indigo-800: #220080;
--indigo-900: #160052;
--indigo-950: #0E0033;
}