Indigo
#4112CE
PurpleColor Codes
All color formats for development
HEX
#4112CERGB
rgb(65, 18, 206)HSL
hsl(255, 84%, 44%)OKLCH
oklch(0.422 0.247 278.8)CMYK
cmyk(68%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B10BA
2#340EA5
3#2E0D91
4#270B7C
5#210967
6#1A0753
7#14053E
8#0D0429
9#070215
Tints
Lighter variations
1#4914E9
2#5D2DED
3#7147EF
4#8561F1
5#9A7CF4
6#AE96F6
7#C2B0F8
8#D6CAFA
9#EBE5FD
Tones
Muted variations
1#461BC5
2#4B25BC
3#4F2EB2
4#5438A9
5#59419F
6#5D4B96
7#62548C
8#675D83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AC93 #AC93F6 | BordersInactive statesPlaceholder text |
| 400 | 805B #805BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 5C2C #5C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4112 #4112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340E #340EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D0C2FA;
--indigo-300: #AC93F6;
--indigo-400: #805BF1;
--indigo-500: #5C2CED;
--indigo-600: #4112CE;
--indigo-700: #340EA4;
--indigo-800: #250A75;
--indigo-900: #18074B;
--indigo-950: #0F042F;
}