Indigo
#27298B
BlueColor Codes
All color formats for development
HEX
#27298BRGB
rgb(39, 41, 139)HSL
hsl(239, 56%, 35%)OKLCH
oklch(0.352 0.158 273.9)CMYK
cmyk(72%, 71%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23257D
2#1F216F
3#1B1D61
4#181954
5#141446
6#101038
7#0C0C2A
8#08081C
9#04040E
Tints
Lighter variations
1#2F31A5
2#3638BF
3#4A4CCC
4#6466D3
5#7E7FDB
6#9899E2
7#B1B2E9
8#CBCCF0
9#E5E5F8
Tones
Muted variations
1#2C2E86
2#313381
3#36377C
4#3B3C77
5#404172
6#45466D
7#4A4B68
8#4F5063
9#54545E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A5 #A4A5E5 | BordersInactive statesPlaceholder text |
| 400 | 7475 #7475D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4E #4C4ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3133 #3133AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2729 #27298B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1D #1C1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F3FC;
--indigo-100: #E3E3F7;
--indigo-200: #CBCCF0;
--indigo-300: #A4A5E5;
--indigo-400: #7475D8;
--indigo-500: #4C4ECD;
--indigo-600: #3133AF;
--indigo-700: #27298B;
--indigo-800: #1C1D63;
--indigo-900: #121340;
--indigo-950: #0B0C28;
}