Orchid
#A428F0
PurpleColor Codes
All color formats for development
HEX
#A428F0RGB
rgb(164, 40, 240)HSL
hsl(277, 87%, 55%)OKLCH
oklch(0.575 0.27 307.3)CMYK
cmyk(32%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9810EC
2#870FD2
3#760DB8
4#650B9D
5#540983
6#430769
7#33054F
8#220434
9#11021A
Tints
Lighter variations
1#AD3EF2
2#B653F3
3#BF69F5
4#C87EF6
5#D194F8
6#DAA9F9
7#E4BFFB
8#EDD4FC
9#F6EAFE
Tones
Muted variations
1#A132E6
2#9F3CDC
3#9D46D2
4#9A50C8
5#985ABE
6#9664B4
7#936EAA
8#9178A0
9#8F8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F7 | BordersInactive statesPlaceholder text |
| 400 | B858 #B858F3 | Disabled statesSecondary iconsMuted text |
| 500 | A428 #A428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870F #870FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054C | 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: #F1DEFD;
--orchid-200: #E5C1FB;
--orchid-300: #D091F7;
--orchid-400: #B858F3;
--orchid-500: #A428F0;
--orchid-600: #870FD2;
--orchid-700: #6B0CA7;
--orchid-800: #4D0877;
--orchid-900: #31054C;
--orchid-950: #1F0330;
}