Indigo
#340D72
PurpleColor Codes
All color formats for development
HEX
#340D72RGB
rgb(52, 13, 114)HSL
hsl(263, 80%, 25%)OKLCH
oklch(0.301 0.153 291.5)CMYK
cmyk(54%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0B67
2#290A5C
3#240950
4#1F0845
5#1A0639
6#15052E
7#100422
8#0A0317
9#05010B
Tints
Lighter variations
1#431195
2#5314B8
3#6318DA
4#7730E8
5#8E53EC
6#A475F0
7#BB98F4
8#D2BAF7
9#E8DDFB
Tones
Muted variations
1#35126E
2#361769
3#371C63
4#39215E
5#3A2659
6#3B2B54
7#3C304F
8#3D364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C3F8;
--indigo-300: #B995F3;
--indigo-400: #955EED;
--indigo-500: #7730E8;
--indigo-600: #5B16CA;
--indigo-700: #4912A1;
--indigo-800: #340D73;
--indigo-900: #210849;
--indigo-950: #15052E;
}