Orchid
#A727F1
PurpleColor Codes
All color formats for development
HEX
#A727F1RGB
rgb(167, 39, 241)HSL
hsl(278, 88%, 55%)OKLCH
oklch(0.579 0.272 308.1)CMYK
cmyk(31%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C0FED
2#8B0DD3
3#790CB9
4#680A9E
5#570884
6#450769
7#34054F
8#230335
9#11021A
Tints
Lighter variations
1#B03DF3
2#B952F4
3#C268F5
4#CA7EF7
5#D393F8
6#DCA9F9
7#E5BEFB
8#EDD4FC
9#F6E9FE
Tones
Muted variations
1#A431E7
2#A23BDD
3#9F46D3
4#9C50C9
5#9A5ABF
6#9764B5
7#946EAB
8#9278A0
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F1DDFD;
--orchid-200: #E6C1FB;
--orchid-300: #D291F8;
--orchid-400: #BB57F4;
--orchid-500: #A727F1;
--orchid-600: #8B0DD3;
--orchid-700: #6E0BA8;
--orchid-800: #4F0878;
--orchid-900: #32054D;
--orchid-950: #1F0330;
}