Indigo
#460A48
PinkColor Codes
All color formats for development
HEX
#460A48RGB
rgb(70, 10, 72)HSL
hsl(298, 76%, 16%)OKLCH
oklch(0.286 0.118 326.7)CMYK
cmyk(3%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0941
2#380839
3#310732
4#2A062B
5#230524
6#1C041D
7#150316
8#0E020E
9#070107
Tints
Lighter variations
1#6A0F6E
2#8F1493
3#B419B9
4#D81EDF
5#E043E5
6#E668EA
7#EC8EF0
8#F3B4F5
9#F9D9FA
Tones
Muted variations
1#430D45
2#401042
3#3D133F
4#3A163B
5#371938
6#341C35
7#311F32
8#2F232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE98 #EE98F1 | BordersInactive statesPlaceholder text |
| 400 | E562 #E562EA | Disabled statesSecondary iconsMuted text |
| 500 | DE35 #DE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C01B #C01BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0F #6D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460A #460A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #FAE0FB;
--indigo-200: #F5C5F7;
--indigo-300: #EE98F1;
--indigo-400: #E562EA;
--indigo-500: #DE35E3;
--indigo-600: #C01BC5;
--indigo-700: #99159D;
--indigo-800: #6D0F70;
--indigo-900: #460A48;
--indigo-950: #2C062D;
}