Indigo
#2F2F83
BlueColor Codes
All color formats for development
HEX
#2F2F83RGB
rgb(47, 47, 131)HSL
hsl(240, 47%, 35%)OKLCH
oklch(0.361 0.137 277)CMYK
cmyk(64%, 64%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2B76
2#262669
3#21215C
4#1C1C4F
5#181842
6#131334
7#0E0E27
8#09091A
9#05050D
Tints
Lighter variations
1#38389C
2#4141B4
3#5454C2
4#6D6DCA
5#8585D3
6#9E9EDC
7#B6B6E5
8#CECEED
9#E7E7F6
Tones
Muted variations
1#33337F
2#38387B
3#3C3C77
4#404072
5#44446E
6#48486A
7#4D4D66
8#515162
9#55555D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9A9 #A9A9E0 | BordersInactive statesPlaceholder text |
| 400 | 7C7C #7C7CD0 | Disabled statesSecondary iconsMuted text |
| 500 | 5656 #5656C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B3B #3B3BA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F2F #2F2F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2222 #22225E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1616 #16163C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F4FB;
--indigo-100: #E5E5F6;
--indigo-200: #CECEED;
--indigo-300: #A9A9E0;
--indigo-400: #7C7CD0;
--indigo-500: #5656C2;
--indigo-600: #3B3BA5;
--indigo-700: #2F2F83;
--indigo-800: #22225E;
--indigo-900: #16163C;
--indigo-950: #0E0E25;
}