Orchid
#A15DEE
PurpleColor Codes
All color formats for development
HEX
#A15DEERGB
rgb(161, 93, 238)HSL
hsl(268, 81%, 65%)OKLCH
oklch(0.624 0.211 302.2)CMYK
cmyk(32%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F3FEB
2#7E21E8
3#6E16D2
4#5E13B4
5#4E1096
6#3F0D78
7#2F095A
8#1F063C
9#10031E
Tints
Lighter variations
1#AA6EF0
2#B47EF1
3#BD8EF3
4#C79EF5
5#D0AEF7
6#D9BEF8
7#E3CFFA
8#ECDFFC
9#F6EFFD
Tones
Muted variations
1#A165E7
2#A26CE0
3#A273D8
4#A37AD1
5#A382CA
6#A489C3
7#A490BB
8#A597B4
9#A59FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC3 #DCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C195 #C195F4 | BordersInactive statesPlaceholder text |
| 400 | A15D #A15DEE | Disabled statesSecondary iconsMuted text |
| 500 | 862F #862FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A15 #6A15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5411 #5411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0C #3C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2708 #27084A | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDFFC;
--orchid-200: #DCC3F9;
--orchid-300: #C195F4;
--orchid-400: #A15DEE;
--orchid-500: #862FE9;
--orchid-600: #6A15CB;
--orchid-700: #5411A2;
--orchid-800: #3C0C73;
--orchid-900: #27084A;
--orchid-950: #18052E;
}