Indigo
#500242
PinkColor Codes
All color formats for development
HEX
#500242RGB
rgb(80, 2, 66)HSL
hsl(311, 95%, 16%)OKLCH
oklch(0.295 0.127 337.7)CMYK
cmyk(0%, 98%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48023B
2#400234
3#38012E
4#300127
5#280121
6#20011A
7#180114
8#10000D
9#080007
Tints
Lighter variations
1#790364
2#A30486
3#CD05A8
4#F706CB
5#FA2ED4
6#FB58DD
7#FC82E5
8#FDABEE
9#FED5F6
Tones
Muted variations
1#4C063F
2#480A3C
3#440E3A
4#401238
5#3C1535
6#381933
7#341D30
8#31212E
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DE8 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51DB | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE048F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0366 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500241 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FC;
--indigo-100: #FEDCF8;
--indigo-200: #FDBEF2;
--indigo-300: #FC8DE8;
--indigo-400: #FB51DB;
--indigo-500: #F91FD1;
--indigo-600: #DB06B4;
--indigo-700: #AE048F;
--indigo-800: #7C0366;
--indigo-900: #500241;
--indigo-950: #320129;
}