Indigo
#36074A
PurpleColor Codes
All color formats for development
HEX
#36074ARGB
rgb(54, 7, 74)HSL
hsl(282, 83%, 16%)OKLCH
oklch(0.258 0.116 312.7)CMYK
cmyk(27%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#310643
2#2B063C
3#260534
4#21042D
5#1B0325
6#16031E
7#100216
8#0B010F
9#050107
Tints
Lighter variations
1#530B72
2#6F0E99
3#8C12C0
4#A816E7
5#B73BED
6#C662F0
7#D489F4
8#E2B1F8
9#F1D8FB
Tones
Muted variations
1#350A47
2#340E44
3#321141
4#31143D
5#30183A
6#2E1B36
7#2D1F33
8#2C2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DE #F3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C2 #E9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D894 #D894F5 | BordersInactive statesPlaceholder text |
| 400 | C35C #C35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B22D #B22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9513 #9513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 770F #770FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550B #550B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3607 #36074B | Primary textHigh emphasis contentDark headings |
| 950 | 2204 #22042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DEFC;
--indigo-200: #E9C2F9;
--indigo-300: #D894F5;
--indigo-400: #C35CF0;
--indigo-500: #B22DEB;
--indigo-600: #9513CD;
--indigo-700: #770FA3;
--indigo-800: #550B75;
--indigo-900: #36074B;
--indigo-950: #22042F;
}