Indigo
#280080
PurpleColor Codes
All color formats for development
HEX
#280080RGB
rgb(40, 0, 128)HSL
hsl(259, 100%, 25%)OKLCH
oklch(0.295 0.177 281)CMYK
cmyk(69%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240073
2#200066
3#1C0059
4#18004D
5#140040
6#100033
7#0C0026
8#08001A
9#04000D
Tints
Lighter variations
1#3400A6
2#4100CC
3#4D00F2
4#621AFF
5#7C40FF
6#9666FF
7#B18CFF
8#CBB3FF
9#E5D9FF
Tones
Muted variations
1#2B0679
2#2D0D73
3#2F136C
4#321966
5#342060
6#362659
7#392D53
8#3B334D
9#3D3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DBFF;
--indigo-200: #D2BDFF;
--indigo-300: #AF8AFF;
--indigo-400: #854DFF;
--indigo-500: #621AFF;
--indigo-600: #4700E0;
--indigo-700: #3900B3;
--indigo-800: #280080;
--indigo-900: #1A0052;
--indigo-950: #100033;
}