Indigo
#2B02B1
BlueColor Codes
All color formats for development
HEX
#2B02B1RGB
rgb(43, 2, 177)HSL
hsl(254, 98%, 35%)OKLCH
oklch(0.362 0.227 274.4)CMYK
cmyk(76%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26029F
2#22018D
3#1E017C
4#1A016A
5#150158
6#110147
7#0D0135
8#090023
9#040012
Tints
Lighter variations
1#3302D2
2#3A02F2
3#4E19FD
4#683AFD
5#815BFD
6#9A7CFE
7#B39DFE
8#CDBDFE
9#E6DEFF
Tones
Muted variations
1#2F0BA8
2#34139F
3#391C96
4#3D258E
5#422E85
6#47367C
7#4B3F73
8#50486B
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFE | BordersInactive statesPlaceholder text |
| 400 | 774E #774EFD | Disabled statesSecondary iconsMuted text |
| 500 | 501C #501CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3602 #3602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B02 #2B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E01 #1E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1301 #130151 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FF;
--indigo-100: #E4DCFF;
--indigo-200: #CDBDFE;
--indigo-300: #A68BFE;
--indigo-400: #774EFD;
--indigo-500: #501CFD;
--indigo-600: #3602DE;
--indigo-700: #2B02B1;
--indigo-800: #1E017E;
--indigo-900: #130151;
--indigo-950: #0C0132;
}