Indigo
#36074B
PurpleColor Codes
All color formats for development
HEX
#36074BRGB
rgb(54, 7, 75)HSL
hsl(281, 83%, 16%)OKLCH
oklch(0.259 0.117 312.1)CMYK
cmyk(28%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300643
2#2B063C
3#250534
4#20042D
5#1B0325
6#15031E
7#100216
8#0B010F
9#050107
Tints
Lighter variations
1#510B72
2#6D0E99
3#8912C0
4#A516E7
5#B43BED
6#C362F0
7#D289F4
8#E1B1F8
9#F0D8FB
Tones
Muted variations
1#340A47
2#330E44
3#311141
4#30143D
5#2F183A
6#2E1B36
7#2D1F33
8#2B2230
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 | E8C2 #E8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D694 #D694F5 | BordersInactive statesPlaceholder text |
| 400 | C15C #C15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | AF2D #AF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9213 #9213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 740F #740FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530B #530B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3507 #35074B | Primary textHigh emphasis contentDark headings |
| 950 | 2104 #21042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F3DEFC;
--indigo-200: #E8C2F9;
--indigo-300: #D694F5;
--indigo-400: #C15CF0;
--indigo-500: #AF2DEB;
--indigo-600: #9213CD;
--indigo-700: #740FA3;
--indigo-800: #530B75;
--indigo-900: #35074B;
--indigo-950: #21042F;
}