Indigo
#280FA3
BlueColor Codes
All color formats for development
HEX
#280FA3RGB
rgb(40, 15, 163)HSL
hsl(250, 83%, 35%)OKLCH
oklch(0.35 0.208 274.5)CMYK
cmyk(75%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240E93
2#200C83
3#1C0B72
4#180962
5#140852
6#100641
7#0C0531
8#080321
9#040210
Tints
Lighter variations
1#2F12C2
2#3715E0
3#4B2BEB
4#6549EE
5#7E67F1
6#9886F4
7#B2A4F7
8#CCC2F9
9#E5E1FC
Tones
Muted variations
1#2D179C
2#321E95
3#37258D
4#3C2D86
5#41347E
6#453C77
7#4A436F
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 | CCC2 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F5 | BordersInactive statesPlaceholder text |
| 400 | 745C #745CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4D2D #4D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3213 #3213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280F #280FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0B #1C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074B | 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: #CCC2F9;
--indigo-300: #A494F5;
--indigo-400: #745CF0;
--indigo-500: #4D2DEB;
--indigo-600: #3213CD;
--indigo-700: #280FA3;
--indigo-800: #1C0B75;
--indigo-900: #12074B;
--indigo-950: #0B042F;
}