Indigo
#2506AC
BlueColor Codes
All color formats for development
HEX
#2506ACRGB
rgb(37, 6, 172)HSL
hsl(251, 93%, 35%)OKLCH
oklch(0.354 0.222 272.6)CMYK
cmyk(78%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21069B
2#1D058A
3#1A0479
4#160467
5#120356
6#0F0245
7#0B0234
8#070122
9#040111
Tints
Lighter variations
1#2B07CC
2#3209EC
3#471FF7
4#613FF8
5#7B5FF9
6#967FFA
7#B09FFC
8#CABFFD
9#E5DFFE
Tones
Muted variations
1#2A0FA4
2#2F179C
3#341F93
4#3A278B
5#3F3083
6#44387A
7#494072
8#4F496A
9#545162
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 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FE;
--indigo-100: #E3DDFE;
--indigo-200: #CABFFD;
--indigo-300: #A28EFB;
--indigo-400: #7153F9;
--indigo-500: #4922F7;
--indigo-600: #2E08D9;
--indigo-700: #2506AC;
--indigo-800: #1A047B;
--indigo-900: #11034F;
--indigo-950: #0A0231;
}