Indigo
#4214CC
PurpleColor Codes
All color formats for development
HEX
#4214CCRGB
rgb(66, 20, 204)HSL
hsl(255, 82%, 44%)OKLCH
oklch(0.422 0.244 279.3)CMYK
cmyk(68%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C12B8
2#3510A3
3#2E0E8F
4#280C7B
5#210A66
6#1A0852
7#14063D
8#0D0429
9#070214
Tints
Lighter variations
1#4B17E6
2#5E2FEA
3#7249ED
4#8663F0
5#9A7DF2
6#AE97F5
7#C3B1F7
8#D7CBFA
9#EBE5FC
Tones
Muted variations
1#471DC3
2#4B27BA
3#5030B1
4#5539A7
5#59429E
6#5E4B95
7#62558C
8#675E83
9#6C6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F4 | BordersInactive statesPlaceholder text |
| 400 | 815D #815DEF | Disabled statesSecondary iconsMuted text |
| 500 | 5D2E #5D2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4214 #4214CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3510 #3510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260B #260B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DFFC;
--indigo-200: #D0C3F9;
--indigo-300: #AC94F4;
--indigo-400: #815DEF;
--indigo-500: #5D2EEA;
--indigo-600: #4214CC;
--indigo-700: #3510A2;
--indigo-800: #260B74;
--indigo-900: #18074A;
--indigo-950: #0F052E;
}