Indigo
#3A074A
PinkColor Codes
All color formats for development
HEX
#3A074ARGB
rgb(58, 7, 74)HSL
hsl(286, 83%, 16%)OKLCH
oklch(0.265 0.117 316.1)CMYK
cmyk(22%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350643
2#2F063C
3#290534
4#23042D
5#1D0325
6#18031E
7#120216
8#0C010F
9#060107
Tints
Lighter variations
1#5A0B72
2#790E99
3#9812C0
4#B616E7
5#C33BED
6#CF62F0
7#DB89F4
8#E7B1F8
9#F3D8FB
Tones
Muted variations
1#390A47
2#370E44
3#351141
4#34143D
5#32183A
6#301B36
7#2E1F33
8#2C2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE94 #DE94F5 | BordersInactive statesPlaceholder text |
| 400 | CD5C #CD5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BF2D #BF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A213 #A213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810F #810FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0B #5C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F5DEFC;
--indigo-200: #EDC2F9;
--indigo-300: #DE94F5;
--indigo-400: #CD5CF0;
--indigo-500: #BF2DEB;
--indigo-600: #A213CD;
--indigo-700: #810FA3;
--indigo-800: #5C0B75;
--indigo-900: #3B074B;
--indigo-950: #25042F;
}