Indigo
#45074A
PinkColor Codes
All color formats for development
HEX
#45074ARGB
rgb(69, 7, 74)HSL
hsl(296, 83%, 16%)OKLCH
oklch(0.284 0.122 324.7)CMYK
cmyk(7%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0643
2#38063C
3#310534
4#2A042D
5#230325
6#1C031E
7#150216
8#0E010F
9#070107
Tints
Lighter variations
1#6B0B72
2#900E99
3#B512C0
4#D916E7
5#E13BED
6#E762F0
7#ED89F4
8#F3B1F8
9#F9D8FB
Tones
Muted variations
1#430A47
2#400E44
3#3D1141
4#3A143D
5#37183A
6#351B36
7#321F33
8#2F2230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF94 #EF94F5 | BordersInactive statesPlaceholder text |
| 400 | E65C #E65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | DF2D #DF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C113 #C113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990F #990FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0B #6E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FE;
--indigo-100: #FADEFC;
--indigo-200: #F6C2F9;
--indigo-300: #EF94F5;
--indigo-400: #E65CF0;
--indigo-500: #DF2DEB;
--indigo-600: #C113CD;
--indigo-700: #990FA3;
--indigo-800: #6E0B75;
--indigo-900: #46074B;
--indigo-950: #2C042F;
}