Indigo
#4118C9
BlueColor Codes
All color formats for development
HEX
#4118C9RGB
rgb(65, 24, 201)HSL
hsl(254, 79%, 44%)OKLCH
oklch(0.42 0.239 279.1)CMYK
cmyk(68%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A15B5
2#3413A1
3#2D108D
4#270E79
5#200C64
6#1A0950
7#13073C
8#0D0528
9#060214
Tints
Lighter variations
1#491BE2
2#5D33E7
3#714CEA
4#8566ED
5#9A7FF0
6#AE99F3
7#C2B2F6
8#D6CCF9
9#EBE5FC
Tones
Muted variations
1#4620C0
2#4A29B7
3#4F32AE
4#543BA5
5#59449D
6#5D4D94
7#62568B
8#675E82
9#6B6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC96 #AC96F3 | BordersInactive statesPlaceholder text |
| 400 | 805F #805FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5C32 #5C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4118 #4118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3413 #3413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D0C4F8;
--indigo-300: #AC96F3;
--indigo-400: #805FEC;
--indigo-500: #5C32E7;
--indigo-600: #4118C9;
--indigo-700: #3413A0;
--indigo-800: #250D72;
--indigo-900: #180949;
--indigo-950: #0F052E;
}