Indigo
#2C0F70
PurpleColor Codes
All color formats for development
HEX
#2C0F70RGB
rgb(44, 15, 112)HSL
hsl(258, 76%, 25%)OKLCH
oklch(0.291 0.149 286.3)CMYK
cmyk(61%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280E65
2#230C5A
3#1F0B4F
4#1B0943
5#160838
6#12062D
7#0D0522
8#090316
9#04020B
Tints
Lighter variations
1#3A1492
2#4718B4
3#541DD5
4#6935E3
5#8257E8
6#9B78ED
7#B49AF1
8#CDBCF6
9#E6DDFA
Tones
Muted variations
1#2E146B
2#301967
3#321E62
4#34235D
5#362858
6#382C53
7#3A314E
8#3C3649
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E8E0FB;
--indigo-200: #D4C5F7;
--indigo-300: #B398F1;
--indigo-400: #8B62EA;
--indigo-500: #6935E3;
--indigo-600: #4E1BC5;
--indigo-700: #3E159D;
--indigo-800: #2C0F70;
--indigo-900: #1C0A48;
--indigo-950: #12062D;
}