Indigo
#400F70
PurpleColor Codes
All color formats for development
HEX
#400F70RGB
rgb(64, 15, 112)HSL
hsl(270, 76%, 25%)OKLCH
oklch(0.316 0.15 300.3)CMYK
cmyk(43%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390E65
2#330C5A
3#2D0B4F
4#260943
5#200838
6#19062D
7#130522
8#0D0316
9#06020B
Tints
Lighter variations
1#531492
2#6618B4
3#791DD5
4#8C35E3
5#9F57E8
6#B278ED
7#C69AF1
8#D9BCF6
9#ECDDFA
Tones
Muted variations
1#40146B
2#401967
3#401E62
4#40235D
5#402858
6#402C53
7#40314E
8#403649
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EDE0FB;
--indigo-200: #DEC5F7;
--indigo-300: #C498F1;
--indigo-400: #A662EA;
--indigo-500: #8C35E3;
--indigo-600: #701BC5;
--indigo-700: #59159D;
--indigo-800: #400F70;
--indigo-900: #290A48;
--indigo-950: #1A062D;
}