Orchid
#9D2BEE
PurpleColor Codes
All color formats for development
HEX
#9D2BEERGB
rgb(157, 43, 238)HSL
hsl(275, 85%, 55%)OKLCH
oklch(0.567 0.265 305.4)CMYK
cmyk(34%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9013EA
2#8011D0
3#700FB6
4#600D9C
5#500B82
6#400868
7#30064E
8#200434
9#10021A
Tints
Lighter variations
1#A640F0
2#B055F1
3#BA6AF3
4#C480F5
5#CE95F6
6#D8AAF8
7#E1BFFA
8#EBD5FC
9#F5EAFD
Tones
Muted variations
1#9B34E4
2#993EDA
3#9848D1
4#9652C7
5#945BBD
6#9365B3
7#916FAA
8#9079A0
9#8E8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DE #F0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C2 #E3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | CD92 #CD92F6 | BordersInactive statesPlaceholder text |
| 400 | B25A #B25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 9D2B #9D2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8011 #8011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660D #660DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 490A #490A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F06 #2F064B | Primary textHigh emphasis contentDark headings |
| 950 | 1D04 #1D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DEFC;
--orchid-200: #E3C2FA;
--orchid-300: #CD92F6;
--orchid-400: #B25AF2;
--orchid-500: #9D2BEE;
--orchid-600: #8011D0;
--orchid-700: #660DA5;
--orchid-800: #490A76;
--orchid-900: #2F064B;
--orchid-950: #1D042F;
}