Indigo
#250BA8
BlueColor Codes
All color formats for development
HEX
#250BA8RGB
rgb(37, 11, 168)HSL
hsl(250, 88%, 35%)OKLCH
oklch(0.351 0.216 272.9)CMYK
cmyk(78%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210A97
2#1E0986
3#1A0775
4#160665
5#120554
6#0F0443
7#0B0332
8#070222
9#040111
Tints
Lighter variations
1#2C0DC7
2#330FE6
3#4725F1
4#6144F3
5#7C63F5
6#9682F7
7#B0A2F9
8#CAC1FB
9#E5E0FD
Tones
Muted variations
1#2A13A0
2#2F1A98
3#352290
4#3A2A88
5#3F3281
6#443A79
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 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A291 #A291F8 | BordersInactive statesPlaceholder text |
| 400 | 7157 #7157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4927 #4927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E0D #2E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250B #250BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A08 #1A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1105 #11054D | 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: #CAC1FB;
--indigo-300: #A291F8;
--indigo-400: #7157F4;
--indigo-500: #4927F1;
--indigo-600: #2E0DD3;
--indigo-700: #250BA8;
--indigo-800: #1A0878;
--indigo-900: #11054D;
--indigo-950: #0B0330;
}