Indigo
#270DA5
BlueColor Codes
All color formats for development
HEX
#270DA5RGB
rgb(39, 13, 165)HSL
hsl(250, 85%, 35%)OKLCH
oklch(0.35 0.212 273.9)CMYK
cmyk(76%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230C95
2#1F0B84
3#1B0974
4#170863
5#130753
6#0F0542
7#0C0432
8#080321
9#040111
Tints
Lighter variations
1#2E10C4
2#3512E2
3#4928EE
4#6347F0
5#7D66F3
6#9784F5
7#B1A3F8
8#CBC2FA
9#E5E0FD
Tones
Muted variations
1#2C159E
2#311D96
3#36248E
4#3B2C87
5#40337F
6#453B78
7#4A4270
8#4F4A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A392 #A392F6 | BordersInactive statesPlaceholder text |
| 400 | 735A #735AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 4B2B #4B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3111 #3111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 270D #270DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0A #1C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1206 #12064B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F1FE;
--indigo-100: #E3DEFC;
--indigo-200: #CBC2FA;
--indigo-300: #A392F6;
--indigo-400: #735AF2;
--indigo-500: #4B2BEE;
--indigo-600: #3111D0;
--indigo-700: #270DA5;
--indigo-800: #1C0A76;
--indigo-900: #12064B;
--indigo-950: #0B042F;
}