Indigo
#530F70
PurpleColor Codes
All color formats for development
HEX
#530F70RGB
rgb(83, 15, 112)HSL
hsl(282, 76%, 25%)OKLCH
oklch(0.343 0.155 312.6)CMYK
cmyk(26%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B0E65
2#430C5A
3#3A0B4F
4#320943
5#2A0838
6#21062D
7#190522
8#110316
9#08020B
Tints
Lighter variations
1#6C1492
2#8518B4
3#9E1DD5
4#AF35E3
5#BC57E8
6#CA78ED
7#D79AF1
8#E4BCF6
9#F2DDFA
Tones
Muted variations
1#51146B
2#4F1967
3#4D1E62
4#4B235D
5#492858
6#482C53
7#46314E
8#443649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C5 #E8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D698 #D698F1 | BordersInactive statesPlaceholder text |
| 400 | C162 #C162EA | Disabled statesSecondary iconsMuted text |
| 500 | AF35 #AF35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 921B #921BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7415 #74159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 350A #350A48 | 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: #FAF2FD;
--indigo-100: #F3E0FB;
--indigo-200: #E8C5F7;
--indigo-300: #D698F1;
--indigo-400: #C162EA;
--indigo-500: #AF35E3;
--indigo-600: #921BC5;
--indigo-700: #74159D;
--indigo-800: #530F70;
--indigo-900: #350A48;
--indigo-950: #21062D;
}