Indigo
#2802B1
BlueColor Codes
All color formats for development
HEX
#2802B1RGB
rgb(40, 2, 177)HSL
hsl(253, 98%, 35%)OKLCH
oklch(0.36 0.228 273.3)CMYK
cmyk(77%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24029F
2#20018D
3#1C017C
4#18016A
5#140158
6#100147
7#0C0135
8#080023
9#040012
Tints
Lighter variations
1#2F02D2
2#3602F2
3#4B19FD
4#643AFD
5#7E5BFD
6#987CFE
7#B29DFE
8#CBBDFE
9#E5DEFF
Tones
Muted variations
1#2D0BA8
2#32139F
3#371C96
4#3C258E
5#402E85
6#45367C
7#4A3F73
8#4F486B
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FF;
--indigo-100: #E3DCFF;
--indigo-200: #CBBDFE;
--indigo-300: #A48BFE;
--indigo-400: #744EFD;
--indigo-500: #4D1CFD;
--indigo-600: #3202DE;
--indigo-700: #2802B1;
--indigo-800: #1C017E;
--indigo-900: #120151;
--indigo-950: #0B0132;
}