Orchid
#A02BEE
PurpleColor Codes
All color formats for development
HEX
#A02BEERGB
rgb(160, 43, 238)HSL
hsl(276, 85%, 55%)OKLCH
oklch(0.57 0.265 306.3)CMYK
cmyk(33%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9413EA
2#8311D0
3#730FB6
4#620D9C
5#520B82
6#420868
7#31064E
8#210434
9#10021A
Tints
Lighter variations
1#A940F0
2#B355F1
3#BC6AF3
4#C680F5
5#CF95F6
6#D9AAF8
7#E2BFFA
8#ECD5FC
9#F5EAFD
Tones
Muted variations
1#9E34E4
2#9C3EDA
3#9A48D1
4#9852C7
5#965BBD
6#9465B3
7#926FAA
8#9079A0
9#8E8296
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 | CE92 #CE92F6 | BordersInactive statesPlaceholder text |
| 400 | B55A #B55AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A02B #A02BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8311 #8311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 680D #680DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0A #4B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3006 #30064B | 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: #CE92F6;
--orchid-400: #B55AF2;
--orchid-500: #A02BEE;
--orchid-600: #8311D0;
--orchid-700: #680DA5;
--orchid-800: #4B0A76;
--orchid-900: #30064B;
--orchid-950: #1E042F;
}