Indigo
#4B0BD5
PurpleColor Codes
All color formats for development
HEX
#4B0BD5RGB
rgb(75, 11, 213)HSL
hsl(259, 90%, 44%)OKLCH
oklch(0.435 0.254 281.7)CMYK
cmyk(65%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440AC0
2#3C09AB
3#350895
4#2D0780
5#26066B
6#1E0455
7#170340
8#0F022B
9#080115
Tints
Lighter variations
1#550DF0
2#6726F4
3#7A41F5
4#8D5CF6
5#A077F8
6#B392F9
7#C6AEFB
8#D9C9FC
9#ECE4FE
Tones
Muted variations
1#4F15CB
2#531FC1
3#562AB7
4#5A34AD
5#5E3EA3
6#614899
7#65528E
8#695C84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8855 #8855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 6625 #6625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B0B #4B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C09 #3C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B06 #2B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044E | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFD;
--indigo-200: #D3C0FC;
--indigo-300: #B190F9;
--indigo-400: #8855F6;
--indigo-500: #6625F4;
--indigo-600: #4B0BD5;
--indigo-700: #3C09AA;
--indigo-800: #2B0679;
--indigo-900: #1B044E;
--indigo-950: #110330;
}