Indigo
#34149F
BlueColor Codes
All color formats for development
HEX
#34149FRGB
rgb(52, 20, 159)HSL
hsl(254, 78%, 35%)OKLCH
oklch(0.358 0.198 280.1)CMYK
cmyk(67%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F128F
2#2A107F
3#240E6F
4#1F0C5F
5#1A0A4F
6#150840
7#100630
8#0A0420
9#050210
Tints
Lighter variations
1#3E17BC
2#471BDA
3#5B30E5
4#724EE9
5#8A6BED
6#A189F0
7#B9A6F4
8#D0C4F8
9#E8E1FB
Tones
Muted variations
1#381B98
2#3C2291
3#3F298A
4#432F83
5#47367C
6#4A3D75
7#4E446E
8#524B67
9#565260
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;
}