Indigo
#2507AB
BlueColor Codes
All color formats for development
HEX
#2507ABRGB
rgb(37, 7, 171)HSL
hsl(251, 92%, 35%)OKLCH
oklch(0.353 0.221 272.7)CMYK
cmyk(78%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22069A
2#1E0689
3#1A0578
4#160467
5#130456
6#0F0345
7#0B0233
8#070122
9#040111
Tints
Lighter variations
1#2C08CB
2#330AEB
3#4720F6
4#6240F7
5#7C60F8
6#9680FA
7#B0A0FB
8#CBBFFC
9#E5DFFE
Tones
Muted variations
1#2A0FA3
2#30189B
3#352093
4#3A288B
5#3F3082
6#44387A
7#4A4172
8#4F496A
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFA | BordersInactive statesPlaceholder text |
| 400 | 7254 #7254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4923 #4923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F09 #2F09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2507 #2507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B05 #1B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FE;
--indigo-100: #E3DDFE;
--indigo-200: #CBBFFC;
--indigo-300: #A28EFA;
--indigo-400: #7254F8;
--indigo-500: #4923F6;
--indigo-600: #2F09D7;
--indigo-700: #2507AB;
--indigo-800: #1B057A;
--indigo-900: #11034E;
--indigo-950: #0B0231;
}