Indigo
#2706AC
BlueColor Codes
All color formats for development
HEX
#2706ACRGB
rgb(39, 6, 172)HSL
hsl(252, 93%, 35%)OKLCH
oklch(0.355 0.222 273.4)CMYK
cmyk(77%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24069B
2#20058A
3#1C0479
4#180467
5#140356
6#100245
7#0C0234
8#080122
9#040111
Tints
Lighter variations
1#2F07CC
2#3609EC
3#4A1FF7
4#643FF8
5#7E5FF9
6#987FFA
7#B29FFC
8#CBBFFD
9#E5DFFE
Tones
Muted variations
1#2C0FA4
2#31179C
3#361F93
4#3B278B
5#403083
6#45387A
7#4A4072
8#4F496A
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A48E #A48EFB | BordersInactive statesPlaceholder text |
| 400 | 7453 #7453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4C22 #4C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3208 #3208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2706 #2706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1203 #12034F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F3F0FE;
--indigo-100: #E3DDFE;
--indigo-200: #CBBFFD;
--indigo-300: #A48EFB;
--indigo-400: #7453F9;
--indigo-500: #4C22F7;
--indigo-600: #3208D9;
--indigo-700: #2706AC;
--indigo-800: #1C047B;
--indigo-900: #12034F;
--indigo-950: #0B0231;
}