Indigo
#3818C9
BlueColor Codes
All color formats for development
HEX
#3818C9RGB
rgb(56, 24, 201)HSL
hsl(251, 79%, 44%)OKLCH
oklch(0.413 0.241 275.9)CMYK
cmyk(72%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3215B5
2#2D13A1
3#27108D
4#220E79
5#1C0C64
6#160950
7#11073C
8#0B0528
9#060214
Tints
Lighter variations
1#3F1BE2
2#5433E7
3#694CEA
4#7E66ED
5#947FF0
6#A999F3
7#BFB2F6
8#D4CCF9
9#EAE5FC
Tones
Muted variations
1#3E20C0
2#4329B7
3#4932AE
4#4F3BA5
5#54449D
6#5A4D94
7#5F568B
8#655E82
9#6B6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A796 #A796F3 | BordersInactive statesPlaceholder text |
| 400 | 795F #795FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5332 #5332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3818 #3818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D13 #2D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200D #200D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E4DFFB;
--indigo-200: #CDC4F8;
--indigo-300: #A796F3;
--indigo-400: #795FEC;
--indigo-500: #5332E7;
--indigo-600: #3818C9;
--indigo-700: #2D13A0;
--indigo-800: #200D72;
--indigo-900: #140949;
--indigo-950: #0D052E;
}