Indigo
#3E064B
PinkColor Codes
All color formats for development
HEX
#3E064BRGB
rgb(62, 6, 75)HSL
hsl(289, 85%, 16%)OKLCH
oklch(0.271 0.121 318.8)CMYK
cmyk(17%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380644
2#32053C
3#2C0435
4#26042D
5#1F0326
6#19021E
7#130217
8#0D010F
9#060108
Tints
Lighter variations
1#600973
2#810D9B
3#A210C2
4#C313EA
5#CE39EF
6#D760F2
7#E188F5
8#EBB0F9
9#F5D7FC
Tones
Muted variations
1#3D0A48
2#3A0D45
3#381141
4#36143E
5#34173A
6#321B37
7#2F1E33
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E492 #E492F6 | BordersInactive statesPlaceholder text |
| 400 | D65A #D65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | CA2B #CA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | AD11 #AD11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890D #890DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F06 #3F064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #F0C2FA;
--indigo-300: #E492F6;
--indigo-400: #D65AF2;
--indigo-500: #CA2BEE;
--indigo-600: #AD11D0;
--indigo-700: #890DA5;
--indigo-800: #620A76;
--indigo-900: #3F064B;
--indigo-950: #27042F;
}