Indigo
#2F0BA8
BlueColor Codes
All color formats for development
HEX
#2F0BA8RGB
rgb(47, 11, 168)HSL
hsl(254, 88%, 35%)OKLCH
oklch(0.358 0.214 276.9)CMYK
cmyk(72%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0A97
2#260986
3#210775
4#1C0665
5#180554
6#130443
7#0E0332
8#090222
9#050111
Tints
Lighter variations
1#380DC7
2#410FE6
3#5525F1
4#6D44F3
5#8563F5
6#9E82F7
7#B6A2F9
8#CEC1FB
9#E7E0FD
Tones
Muted variations
1#3413A0
2#381A98
3#3C2290
4#402A88
5#443281
6#483A79
7#4D4271
8#514A69
9#555161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DDFD;
--indigo-200: #CEC1FB;
--indigo-300: #A991F8;
--indigo-400: #7C57F4;
--indigo-500: #5627F1;
--indigo-600: #3C0DD3;
--indigo-700: #2F0BA8;
--indigo-800: #220878;
--indigo-900: #16054D;
--indigo-950: #0E0330;
}