Indigo
#2B07AB
BlueColor Codes
All color formats for development
HEX
#2B07ABRGB
rgb(43, 7, 171)HSL
hsl(253, 92%, 35%)OKLCH
oklch(0.357 0.219 275)CMYK
cmyk(75%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26069A
2#220689
3#1E0578
4#1A0467
5#150456
6#110345
7#0D0233
8#090122
9#040111
Tints
Lighter variations
1#3308CB
2#3B0AEB
3#4E20F6
4#6840F7
5#8160F8
6#9A80FA
7#B3A0FB
8#CDBFFC
9#E6DFFE
Tones
Muted variations
1#2F0FA3
2#34189B
3#392093
4#3D288B
5#423082
6#47387A
7#4B4172
8#50496A
9#555161
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 | CDBF #CDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68E #A68EFA | BordersInactive statesPlaceholder text |
| 400 | 7754 #7754F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5023 #5023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3609 #3609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B07 #2B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F05 #1F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1403 #14034E | 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: #CDBFFC;
--indigo-300: #A68EFA;
--indigo-400: #7754F8;
--indigo-500: #5023F6;
--indigo-600: #3609D7;
--indigo-700: #2B07AB;
--indigo-800: #1F057A;
--indigo-900: #14034E;
--indigo-950: #0C0231;
}