Indigo
#2D06AC
BlueColor Codes
All color formats for development
HEX
#2D06ACRGB
rgb(45, 6, 172)HSL
hsl(254, 93%, 35%)OKLCH
oklch(0.359 0.22 275.7)CMYK
cmyk(74%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28069B
2#24058A
3#1F0479
4#1B0467
5#160356
6#120245
7#0D0234
8#090122
9#040111
Tints
Lighter variations
1#3507CC
2#3E09EC
3#511FF7
4#6A3FF8
5#835FF9
6#9C7FFA
7#B59FFC
8#CDBFFD
9#E6DFFE
Tones
Muted variations
1#310FA4
2#36179C
3#3A1F93
4#3F278B
5#433083
6#48387A
7#4C4072
8#50496A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E4DDFE;
--indigo-200: #CDBFFD;
--indigo-300: #A78EFB;
--indigo-400: #7953F9;
--indigo-500: #5322F7;
--indigo-600: #3908D9;
--indigo-700: #2D06AC;
--indigo-800: #20047B;
--indigo-900: #15034F;
--indigo-950: #0D0231;
}