Indigo
#2A06AC
BlueColor Codes
All color formats for development
HEX
#2A06ACRGB
rgb(42, 6, 172)HSL
hsl(253, 93%, 35%)OKLCH
oklch(0.357 0.221 274.5)CMYK
cmyk(76%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26069B
2#22058A
3#1E0479
4#190467
5#150356
6#110245
7#0D0234
8#080122
9#040111
Tints
Lighter variations
1#3207CC
2#3A09EC
3#4E1FF7
4#673FF8
5#805FF9
6#9A7FFA
7#B39FFC
8#CCBFFD
9#E6DFFE
Tones
Muted variations
1#2F0FA4
2#34179C
3#381F93
4#3D278B
5#423083
6#46387A
7#4B4072
8#50496A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FE;
--indigo-100: #E4DDFE;
--indigo-200: #CCBFFD;
--indigo-300: #A58EFB;
--indigo-400: #7753F9;
--indigo-500: #5022F7;
--indigo-600: #3508D9;
--indigo-700: #2A06AC;
--indigo-800: #1E047B;
--indigo-900: #13034F;
--indigo-950: #0C0231;
}