Indigo
#303082
BlueColor Codes
All color formats for development
HEX
#303082RGB
rgb(48, 48, 130)HSL
hsl(240, 46%, 35%)OKLCH
oklch(0.363 0.134 277.3)CMYK
cmyk(63%, 63%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2B75
2#272768
3#22225B
4#1D1D4E
5#181841
6#131334
7#0E0E27
8#0A0A1A
9#05050D
Tints
Lighter variations
1#39399B
2#4242B3
3#5656C0
4#6E6EC9
5#8686D2
6#9E9EDB
7#B6B6E4
8#CFCFED
9#E7E7F6
Tones
Muted variations
1#34347E
2#38387A
3#3D3D76
4#414172
5#45456E
6#49496A
7#4D4D66
8#515161
9#55555D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9DF | BordersInactive statesPlaceholder text |
| 400 | 7D7D #7D7DCF | Disabled statesSecondary iconsMuted text |
| 500 | 5757 #5757C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3D #3D3DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3030 #303082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F4FB;
--indigo-100: #E5E5F5;
--indigo-200: #CFCFED;
--indigo-300: #A9A9DF;
--indigo-400: #7D7DCF;
--indigo-500: #5757C1;
--indigo-600: #3D3DA4;
--indigo-700: #303082;
--indigo-800: #22225D;
--indigo-900: #16163C;
--indigo-950: #0E0E25;
}