Indigo
#260F70
BlueColor Codes
All color formats for development
HEX
#260F70RGB
rgb(38, 15, 112)HSL
hsl(254, 76%, 25%)OKLCH
oklch(0.285 0.15 282.2)CMYK
cmyk(66%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220E65
2#1E0C5A
3#1B0B4F
4#170943
5#130838
6#0F062D
7#0B0522
8#080316
9#04020B
Tints
Lighter variations
1#311492
2#3D18B4
3#481DD5
4#5E35E3
5#7957E8
6#9378ED
7#AE9AF1
8#C9BCF6
9#E4DDFA
Tones
Muted variations
1#28146B
2#2B1967
3#2E1E62
4#30235D
5#332858
6#352C53
7#38314E
8#3B3649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | 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: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D0C5F7;
--indigo-300: #AD98F1;
--indigo-400: #8262EA;
--indigo-500: #5E35E3;
--indigo-600: #431BC5;
--indigo-700: #35159D;
--indigo-800: #260F70;
--indigo-900: #180A48;
--indigo-950: #0F062D;
}