Indigo
#280BA8
BlueColor Codes
All color formats for development
HEX
#280BA8RGB
rgb(40, 11, 168)HSL
hsl(251, 88%, 35%)OKLCH
oklch(0.353 0.215 274.1)CMYK
cmyk(76%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240A97
2#200986
3#1C0775
4#180665
5#140554
6#100443
7#0C0332
8#080222
9#040111
Tints
Lighter variations
1#2F0DC7
2#360FE6
3#4A25F1
4#6444F3
5#7E63F5
6#9882F7
7#B2A2F9
8#CBC1FB
9#E5E0FD
Tones
Muted variations
1#2C13A0
2#311A98
3#362290
4#3B2A88
5#403281
6#453A79
7#4A4271
8#4F4A69
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FE;
--indigo-100: #E3DDFD;
--indigo-200: #CBC1FB;
--indigo-300: #A491F8;
--indigo-400: #7457F4;
--indigo-500: #4C27F1;
--indigo-600: #320DD3;
--indigo-700: #280BA8;
--indigo-800: #1C0878;
--indigo-900: #12054D;
--indigo-950: #0B0330;
}