Indigo
#4D19C8
PurpleColor Codes
All color formats for development
HEX
#4D19C8RGB
rgb(77, 25, 200)HSL
hsl(258, 78%, 44%)OKLCH
oklch(0.43 0.235 283.9)CMYK
cmyk(62%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4516B4
2#3E14A0
3#36118C
4#2E0F78
5#270C64
6#1F0A50
7#17073C
8#0F0528
9#080214
Tints
Lighter variations
1#571CE1
2#6934E6
3#7C4DE9
4#8F66EC
5#A180EF
6#B499F2
7#C7B3F6
8#DACCF9
9#ECE6FC
Tones
Muted variations
1#5121BF
2#542AB6
3#5833AD
4#5B3CA5
5#5F449C
6#624D93
7#66568A
8#695F82
9#6D6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F8;
--indigo-300: #B297F2;
--indigo-400: #8A60EB;
--indigo-500: #6833E6;
--indigo-600: #4D19C8;
--indigo-700: #3D149F;
--indigo-800: #2C0E71;
--indigo-900: #1C0949;
--indigo-950: #12062D;
}