Indigo
#45074B
PinkColor Codes
All color formats for development
HEX
#45074BRGB
rgb(69, 7, 75)HSL
hsl(295, 83%, 16%)OKLCH
oklch(0.284 0.123 324)CMYK
cmyk(8%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0643
2#37063C
3#300534
4#29042D
5#230325
6#1C031E
7#150216
8#0E010F
9#070107
Tints
Lighter variations
1#690B72
2#8D0E99
3#B212C0
4#D616E7
5#DE3BED
6#E562F0
7#EB89F4
8#F2B1F8
9#F8D8FB
Tones
Muted variations
1#420A47
2#3F0E44
3#3D1141
4#3A143D
5#37183A
6#341B36
7#311F33
8#2E2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C2 #F5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | ED94 #ED94F5 | BordersInactive statesPlaceholder text |
| 400 | E35C #E35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | DC2D #DC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | BE13 #BE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 970F #970FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C0B #6C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #F9DEFC;
--indigo-200: #F5C2F9;
--indigo-300: #ED94F5;
--indigo-400: #E35CF0;
--indigo-500: #DC2DEB;
--indigo-600: #BE13CD;
--indigo-700: #970FA3;
--indigo-800: #6C0B75;
--indigo-900: #45074B;
--indigo-950: #2B042F;
}