Indigo
#4711D0
PurpleColor Codes
All color formats for development
HEX
#4711D0RGB
rgb(71, 17, 208)HSL
hsl(257, 85%, 44%)OKLCH
oklch(0.429 0.248 280.7)CMYK
cmyk(66%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400FBB
2#390DA6
3#320C91
4#2B0A7D
5#230868
6#1C0753
7#15053E
8#0E032A
9#070215
Tints
Lighter variations
1#5013EA
2#632CEE
3#7646F0
4#8A60F2
5#9D7BF4
6#B195F6
7#C4B0F9
8#D8CAFB
9#EBE5FD
Tones
Muted variations
1#4B1AC6
2#4F24BC
3#532DB3
4#5737A9
5#5C41A0
6#604A96
7#64548D
8#685D83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2FA;
--indigo-300: #AF92F6;
--indigo-400: #855AF2;
--indigo-500: #622BEE;
--indigo-600: #4711D0;
--indigo-700: #380DA5;
--indigo-800: #280A76;
--indigo-900: #1A064B;
--indigo-950: #10042F;
}