Indigo
#530F71
PurpleColor Codes
All color formats for development
HEX
#530F71RGB
rgb(83, 15, 113)HSL
hsl(282, 77%, 25%)OKLCH
oklch(0.344 0.156 312.1)CMYK
cmyk(27%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B0D66
2#430C5A
3#3A0A4F
4#320944
5#2A0738
6#21062D
7#190422
8#110317
9#08010B
Tints
Lighter variations
1#6C1393
2#8517B5
3#9E1CD6
4#B034E5
5#BD56E9
6#CA78ED
7#D799F2
8#E5BBF6
9#F2DDFB
Tones
Muted variations
1#51146C
2#4F1867
3#4D1D62
4#4C225D
5#4A2758
6#482C53
7#46314E
8#44364A
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D697 #D697F2 | BordersInactive statesPlaceholder text |
| 400 | C161 #C161EA | Disabled statesSecondary iconsMuted text |
| 500 | B034 #B034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 931A #931AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7515 #75159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350948 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F3DFFB;
--indigo-200: #E8C4F7;
--indigo-300: #D697F2;
--indigo-400: #C161EA;
--indigo-500: #B034E5;
--indigo-600: #931AC7;
--indigo-700: #75159E;
--indigo-800: #530F71;
--indigo-900: #350948;
--indigo-950: #21062D;
}