Indigo
#280F70
PurpleColor Codes
All color formats for development
HEX
#280F70RGB
rgb(40, 15, 112)HSL
hsl(255, 76%, 25%)OKLCH
oklch(0.287 0.15 283.5)CMYK
cmyk(64%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240E65
2#200C5A
3#1C0B4F
4#180943
5#140838
6#10062D
7#0C0522
8#080316
9#04020B
Tints
Lighter variations
1#331492
2#3F18B4
3#4B1DD5
4#6135E3
5#7B57E8
6#9578ED
7#B09AF1
8#CABCF6
9#E5DDFA
Tones
Muted variations
1#2A146B
2#2C1967
3#2F1E62
4#31235D
5#342858
6#362C53
7#38314E
8#3B3649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F1 | BordersInactive statesPlaceholder text |
| 400 | 8462 #8462EA | Disabled statesSecondary iconsMuted text |
| 500 | 6135 #6135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461B #461BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3715 #37159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280F #280F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D1C5F7;
--indigo-300: #AE98F1;
--indigo-400: #8462EA;
--indigo-500: #6135E3;
--indigo-600: #461BC5;
--indigo-700: #37159D;
--indigo-800: #280F70;
--indigo-900: #190A48;
--indigo-950: #10062D;
}