Indigo
#300CA6
BlueColor Codes
All color formats for development
HEX
#300CA6RGB
rgb(48, 12, 166)HSL
hsl(254, 87%, 35%)OKLCH
oklch(0.357 0.211 277.6)CMYK
cmyk(71%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0A96
2#260986
3#210875
4#1D0764
5#180653
6#130543
7#0E0332
8#0A0221
9#050111
Tints
Lighter variations
1#390EC6
2#4210E5
3#5526F0
4#6D45F2
5#8664F4
6#9E83F6
7#B6A2F9
8#CEC1FB
9#E7E0FD
Tones
Muted variations
1#34139F
2#381B97
3#3C2390
4#402B88
5#453280
6#493A78
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 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F7 | BordersInactive statesPlaceholder text |
| 400 | 7C58 #7C58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 5728 #5728F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0F #3C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054C | 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: #E5DEFD;
--indigo-200: #CEC1FB;
--indigo-300: #A991F7;
--indigo-400: #7C58F3;
--indigo-500: #5728F0;
--indigo-600: #3C0FD2;
--indigo-700: #300CA7;
--indigo-800: #220877;
--indigo-900: #16054C;
--indigo-950: #0E0330;
}