Indigo
#4111D0
PurpleColor Codes
All color formats for development
HEX
#4111D0RGB
rgb(65, 17, 208)HSL
hsl(255, 85%, 44%)OKLCH
oklch(0.424 0.249 278.5)CMYK
cmyk(69%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0FBB
2#340DA6
3#2D0C91
4#270A7D
5#200868
6#1A0753
7#13053E
8#0D032A
9#060215
Tints
Lighter variations
1#4913EA
2#5C2CEE
3#7146F0
4#8560F2
5#997BF4
6#AE95F6
7#C2B0F9
8#D6CAFB
9#EBE5FD
Tones
Muted variations
1#451AC6
2#4A24BC
3#4F2DB3
4#5437A9
5#5841A0
6#5D4A96
7#62548D
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 | AB92 #AB92F6 | BordersInactive statesPlaceholder text |
| 400 | 805A #805AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 5B2B #5B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4111 #4111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 330D #330DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1706 #17064B | 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: #AB92F6;
--indigo-400: #805AF2;
--indigo-500: #5B2BEE;
--indigo-600: #4111D0;
--indigo-700: #330DA5;
--indigo-800: #250A76;
--indigo-900: #17064B;
--indigo-950: #0F042F;
}