Indigo
#27278B
BlueColor Codes
All color formats for development
HEX
#27278BRGB
rgb(39, 39, 139)HSL
hsl(240, 56%, 35%)OKLCH
oklch(0.349 0.16 274.3)CMYK
cmyk(72%, 72%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23237D
2#1F1F6F
3#1B1B61
4#181854
5#141446
6#101038
7#0C0C2A
8#08081C
9#04040E
Tints
Lighter variations
1#2F2FA5
2#3636BF
3#4A4ACC
4#6464D3
5#7E7EDB
6#9898E2
7#B1B1E9
8#CBCBF0
9#E5E5F8
Tones
Muted variations
1#2C2C86
2#313181
3#36367C
4#3B3B77
5#404072
6#45456D
7#4A4A68
8#4F4F63
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 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F3FC;
--indigo-100: #E3E3F7;
--indigo-200: #CBCBF0;
--indigo-300: #A4A4E5;
--indigo-400: #7474D8;
--indigo-500: #4C4CCD;
--indigo-600: #3131AF;
--indigo-700: #27278B;
--indigo-800: #1C1C63;
--indigo-900: #121240;
--indigo-950: #0B0B28;
}