Indigo
#26047B
PurpleColor Codes
All color formats for development
HEX
#26047BRGB
rgb(38, 4, 123)HSL
hsl(257, 94%, 25%)OKLCH
oklch(0.29 0.17 280.6)CMYK
cmyk(69%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22036F
2#1E0363
3#1A0357
4#17024A
5#13023E
6#0F0231
7#0B0125
8#080119
9#04000C
Tints
Lighter variations
1#3105A1
2#3C06C6
3#4807EB
4#5E20F8
5#7845F9
6#936BFA
7#AE90FC
8#C9B5FD
9#E4DAFE
Tones
Muted variations
1#280A76
2#2B1070
3#2E166A
4#301C64
5#33225E
6#352858
7#382E52
8#3B344C
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BF #D0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFB | BordersInactive statesPlaceholder text |
| 400 | 8152 #8152FA | Disabled statesSecondary iconsMuted text |
| 500 | 5E20 #5E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4207 #4207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3505 #3505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2604 #26047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #18024F | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D0BFFD;
--indigo-300: #AC8DFB;
--indigo-400: #8152FA;
--indigo-500: #5E20F8;
--indigo-600: #4207DA;
--indigo-700: #3505AD;
--indigo-800: #26047C;
--indigo-900: #18024F;
--indigo-950: #0F0231;
}