Indigo
#660BD5
PurpleColor Codes
All color formats for development
HEX
#660BD5RGB
rgb(102, 11, 213)HSL
hsl(267, 90%, 44%)OKLCH
oklch(0.462 0.253 292.2)CMYK
cmyk(52%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0AC0
2#5209AB
3#470895
4#3D0780
5#33066B
6#290455
7#1F0340
8#14022B
9#0A0115
Tints
Lighter variations
1#730DF0
2#8226F4
3#9241F5
4#A25CF6
5#B177F8
6#C192F9
7#D0AEFB
8#E0C9FC
9#EFE4FE
Tones
Muted variations
1#6715CB
2#681FC1
3#692AB7
4#6A34AD
5#6B3EA3
6#6C4899
7#6D528E
8#6E5C84
9#6F667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E55 #9E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8225 #8225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660B #660BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5109 #5109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A06 #3A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044E | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FC;
--indigo-300: #BF90F9;
--indigo-400: #9E55F6;
--indigo-500: #8225F4;
--indigo-600: #660BD5;
--indigo-700: #5109AA;
--indigo-800: #3A0679;
--indigo-900: #25044E;
--indigo-950: #170330;
}