Indigo
#3F13CD
BlueColor Codes
All color formats for development
HEX
#3F13CDRGB
rgb(63, 19, 205)HSL
hsl(254, 83%, 44%)OKLCH
oklch(0.42 0.246 278.1)CMYK
cmyk(69%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3811B9
2#320FA4
3#2C0D90
4#260B7B
5#1F0A67
6#190852
7#13063E
8#0D0429
9#060215
Tints
Lighter variations
1#4616E7
2#5A2EEC
3#6F48EE
4#8362F0
5#987CF3
6#AD96F5
7#C1B1F8
8#D6CBFA
9#EAE5FD
Tones
Muted variations
1#431CC4
2#4826BB
3#4D2FB1
4#5238A8
5#57429F
6#5C4B95
7#61548C
8#665E83
9#6B677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E5DEFC;
--indigo-200: #CFC2F9;
--indigo-300: #AA94F5;
--indigo-400: #7E5CF0;
--indigo-500: #592DEB;
--indigo-600: #3F13CD;
--indigo-700: #320FA3;
--indigo-800: #240B75;
--indigo-900: #17074B;
--indigo-950: #0E042F;
}