Indigo
#3B034F
PurpleColor Codes
All color formats for development
HEX
#3B034FRGB
rgb(59, 3, 79)HSL
hsl(284, 93%, 16%)OKLCH
oklch(0.267 0.127 314.2)CMYK
cmyk(25%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350347
2#2F023F
3#290237
4#23022F
5#1D0127
6#17011F
7#120118
8#0C0110
9#060008
Tints
Lighter variations
1#590478
2#7806A1
3#9707CB
4#B509F4
5#C230F8
6#CF5AF9
7#DB83FB
8#E7ACFC
9#F3D6FE
Tones
Muted variations
1#39074B
2#370A47
3#350E43
4#331240
5#32163C
6#301A38
7#2E1D34
8#2C2130
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8E #DE8EFB | BordersInactive statesPlaceholder text |
| 400 | CC53 #CC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | BE22 #BE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A108 #A108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8006 #8006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B04 #5B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B03 #3B034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFE;
--indigo-200: #ECBFFD;
--indigo-300: #DE8EFB;
--indigo-400: #CC53F9;
--indigo-500: #BE22F7;
--indigo-600: #A108D9;
--indigo-700: #8006AC;
--indigo-800: #5B047B;
--indigo-900: #3B034F;
--indigo-950: #250231;
}