Indigo
#4016CA
BlueColor Codes
All color formats for development
HEX
#4016CARGB
rgb(64, 22, 202)HSL
hsl(254, 80%, 44%)OKLCH
oklch(0.419 0.241 278.7)CMYK
cmyk(68%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A14B6
2#3312A2
3#2D108D
4#270D79
5#200B65
6#1A0951
7#13073D
8#0D0428
9#060214
Tints
Lighter variations
1#4919E4
2#5C31E8
3#704BEB
4#8565EE
5#997EF1
6#AE98F4
7#C2B2F6
8#D6CCF9
9#EBE5FC
Tones
Muted variations
1#451FC1
2#4A28B8
3#4F31AF
4#533AA6
5#58439D
6#5D4C94
7#62558B
8#675E82
9#6B6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FD;
--indigo-100: #E6DFFB;
--indigo-200: #D0C3F8;
--indigo-300: #AB95F3;
--indigo-400: #805EED;
--indigo-500: #5B30E8;
--indigo-600: #4016CA;
--indigo-700: #3312A1;
--indigo-800: #250D73;
--indigo-900: #170849;
--indigo-950: #0F052E;
}