Orchid
#9832E7
PurpleColor Codes
All color formats for development
HEX
#9832E7RGB
rgb(152, 50, 231)HSL
hsl(274, 79%, 55%)OKLCH
oklch(0.56 0.252 304.7)CMYK
cmyk(34%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C1BE2
2#7C18C9
3#6D15B0
4#5D1297
5#4E0F7E
6#3E0C64
7#2F094B
8#1F0632
9#100319
Tints
Lighter variations
1#A346E9
2#AD5BEC
3#B76FEE
4#C184F1
5#CC98F3
6#D6ADF5
7#E0C1F8
8#EAD6FA
9#F5EAFD
Tones
Muted variations
1#973BDE
2#9644D5
3#954DCC
4#9456C3
5#925FBA
6#9168B1
7#9071A7
8#8F7A9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB96 #CB96F3 | BordersInactive statesPlaceholder text |
| 400 | AF5F #AF5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9832 #9832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C18 #7C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6313 #6313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460D #460D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EFDFFB;
--orchid-200: #E1C4F8;
--orchid-300: #CB96F3;
--orchid-400: #AF5FEC;
--orchid-500: #9832E7;
--orchid-600: #7C18C9;
--orchid-700: #6313A0;
--orchid-800: #460D72;
--orchid-900: #2D0949;
--orchid-950: #1C052E;
}