Orchid
#A02CED
PurpleColor Codes
All color formats for development
HEX
#A02CEDRGB
rgb(160, 44, 237)HSL
hsl(276, 84%, 55%)OKLCH
oklch(0.57 0.264 306.5)CMYK
cmyk(32%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9314E8
2#8312CE
3#7310B5
4#620D9B
5#520B81
6#420967
7#31074D
8#210434
9#10021A
Tints
Lighter variations
1#A941EE
2#B356F0
3#BC6BF2
4#C680F4
5#CF95F6
6#D9ABF8
7#E2C0F9
8#ECD5FB
9#F5EAFD
Tones
Muted variations
1#9E35E3
2#9C3FD9
3#9A49D0
4#9852C6
5#965CBC
6#9466B3
7#926FA9
8#9079A0
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CE93 #CE93F6 | BordersInactive statesPlaceholder text |
| 400 | B55B #B55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A02C #A02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8312 #8312CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680E #680EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0A #4A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3007 #30074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E3C2FA;
--orchid-300: #CE93F6;
--orchid-400: #B55BF1;
--orchid-500: #A02CED;
--orchid-600: #8312CE;
--orchid-700: #680EA4;
--orchid-800: #4A0A75;
--orchid-900: #30074B;
--orchid-950: #1E042F;
}