Orchid
#AB58F3
PurpleColor Codes
All color formats for development
HEX
#AB58F3RGB
rgb(171, 88, 243)HSL
hsl(272, 87%, 65%)OKLCH
oklch(0.631 0.225 305.5)CMYK
cmyk(30%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B39F1
2#8C1AEF
3#7B0FD9
4#690DBA
5#580B9B
6#46097C
7#35065D
8#23043E
9#12021F
Tints
Lighter variations
1#B369F5
2#BC79F6
3#C48AF7
4#CD9BF8
5#D5ACF9
6#DDBCFA
7#E6CDFC
8#EEDEFD
9#F7EEFE
Tones
Muted variations
1#AA60EC
2#AA68E4
3#A96FDC
4#A977D4
5#A87FCD
6#A887C5
7#A78EBD
8#A796B5
9#A69EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F7 | BordersInactive statesPlaceholder text |
| 400 | AB58 #AB58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 9328 #9328F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770F #770FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EEDEFD;
--orchid-200: #E0C1FB;
--orchid-300: #C891F7;
--orchid-400: #AB58F3;
--orchid-500: #9328F0;
--orchid-600: #770FD2;
--orchid-700: #5E0CA7;
--orchid-800: #430877;
--orchid-900: #2B054C;
--orchid-950: #1B0330;
}