Indigo
#300D73
PurpleColor Codes
All color formats for development
HEX
#300D73RGB
rgb(48, 13, 115)HSL
hsl(261, 80%, 25%)OKLCH
oklch(0.297 0.154 288.4)CMYK
cmyk(58%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0B67
2#270A5C
3#220950
4#1D0845
5#180639
6#13052E
7#0F0422
8#0A0317
9#05010B
Tints
Lighter variations
1#3F1195
2#4E14B8
3#5C18DA
4#7130E8
5#8853EC
6#A075F0
7#B898F4
8#D0BAF7
9#E7DDFB
Tones
Muted variations
1#32126E
2#341769
3#351C63
4#37215E
5#382659
6#3A2B54
7#3B304F
8#3D364A
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C3F8;
--indigo-300: #B695F3;
--indigo-400: #905EED;
--indigo-500: #7130E8;
--indigo-600: #5516CA;
--indigo-700: #4412A1;
--indigo-800: #300D73;
--indigo-900: #1F0849;
--indigo-950: #13052E;
}