Indigo
#2D0BA8
BlueColor Codes
All color formats for development
HEX
#2D0BA8RGB
rgb(45, 11, 168)HSL
hsl(253, 88%, 35%)OKLCH
oklch(0.357 0.214 276.1)CMYK
cmyk(73%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280A97
2#240986
3#1F0775
4#1B0665
5#160554
6#120443
7#0D0332
8#090222
9#040111
Tints
Lighter variations
1#350DC7
2#3D0FE6
3#5125F1
4#6A44F3
5#8363F5
6#9C82F7
7#B4A2F9
8#CDC1FB
9#E6E0FD
Tones
Muted variations
1#3113A0
2#361A98
3#3A2290
4#3F2A88
5#433281
6#473A79
7#4C4271
8#504A69
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E4DDFD;
--indigo-200: #CDC1FB;
--indigo-300: #A791F8;
--indigo-400: #7957F4;
--indigo-500: #5327F1;
--indigo-600: #380DD3;
--indigo-700: #2D0BA8;
--indigo-800: #200878;
--indigo-900: #14054D;
--indigo-950: #0D0330;
}