Indigo
#35044E
PurpleColor Codes
All color formats for development
HEX
#35044ERGB
rgb(53, 4, 78)HSL
hsl(280, 90%, 16%)OKLCH
oklch(0.257 0.123 309.8)CMYK
cmyk(32%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300446
2#2A033E
3#250336
4#20022F
5#1B0227
6#15021F
7#100117
8#0B0110
9#050008
Tints
Lighter variations
1#510676
2#6D089F
3#890BC8
4#A40DF0
5#B434F4
6#C35CF6
7#D285F9
8#E1AEFB
9#F0D6FD
Tones
Muted variations
1#34084A
2#330B46
3#310F43
4#30133F
5#2F163B
6#2E1A37
7#2C1E34
8#2B2130
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C0 #E8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D690 #D690F9 | BordersInactive statesPlaceholder text |
| 400 | C155 #C155F6 | Disabled statesSecondary iconsMuted text |
| 500 | AF25 #AF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 920B #920BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7409 #7409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5306 #530679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3504 #35044E | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFD;
--indigo-200: #E8C0FC;
--indigo-300: #D690F9;
--indigo-400: #C155F6;
--indigo-500: #AF25F4;
--indigo-600: #920BD5;
--indigo-700: #7409AA;
--indigo-800: #530679;
--indigo-900: #35044E;
--indigo-950: #210330;
}