Indigo
#272B8B
BlueColor Codes
All color formats for development
HEX
#272B8BRGB
rgb(39, 43, 139)HSL
hsl(238, 56%, 35%)OKLCH
oklch(0.356 0.156 273.4)CMYK
cmyk(72%, 69%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23267D
2#1F226F
3#1B1E61
4#181A54
5#141546
6#101138
7#0C0D2A
8#08091C
9#04040E
Tints
Lighter variations
1#2F33A5
2#363ABF
3#4A4ECC
4#6468D3
5#7E81DB
6#989AE2
7#B1B3E9
8#CBCDF0
9#E5E6F8
Tones
Muted variations
1#2C2F86
2#313481
3#36397C
4#3B3D77
5#404272
6#45476D
7#4A4B68
8#4F5063
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A6 #A4A6E5 | BordersInactive statesPlaceholder text |
| 400 | 7477 #7477D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C50 #4C50CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3136 #3136AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272B #272B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1E #1C1E63 | 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: #E3E4F7;
--indigo-200: #CBCDF0;
--indigo-300: #A4A6E5;
--indigo-400: #7477D8;
--indigo-500: #4C50CD;
--indigo-600: #3136AF;
--indigo-700: #272B8B;
--indigo-800: #1C1E63;
--indigo-900: #121340;
--indigo-950: #0B0C28;
}