Indigo
#4219C8
BlueColor Codes
All color formats for development
HEX
#4219C8RGB
rgb(66, 25, 200)HSL
hsl(254, 78%, 44%)OKLCH
oklch(0.42 0.237 279.6)CMYK
cmyk(67%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B16B4
2#3414A0
3#2E118C
4#270F78
5#210C64
6#1A0A50
7#14073C
8#0D0528
9#070214
Tints
Lighter variations
1#4A1CE1
2#5D34E6
3#714DE9
4#8666EC
5#9A80EF
6#AE99F2
7#C2B3F6
8#D7CCF9
9#EBE6FC
Tones
Muted variations
1#4621BF
2#4B2AB6
3#5033AD
4#543CA5
5#59449C
6#5E4D93
7#62568A
8#675F82
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC97 #AC97F2 | BordersInactive statesPlaceholder text |
| 400 | 8160 #8160EB | Disabled statesSecondary iconsMuted text |
| 500 | 5D33 #5D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4219 #4219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3414 #34149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250E #250E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D0C4F8;
--indigo-300: #AC97F2;
--indigo-400: #8160EB;
--indigo-500: #5D33E6;
--indigo-600: #4219C8;
--indigo-700: #34149F;
--indigo-800: #250E71;
--indigo-900: #180949;
--indigo-950: #0F062D;
}