Orchid
#9232E7
PurpleColor Codes
All color formats for development
HEX
#9232E7RGB
rgb(146, 50, 231)HSL
hsl(272, 79%, 55%)OKLCH
oklch(0.553 0.25 302.7)CMYK
cmyk(37%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#851BE2
2#7618C9
3#6715B0
4#591297
5#4A0F7E
6#3B0C64
7#2C094B
8#1E0632
9#0F0319
Tints
Lighter variations
1#9D46E9
2#A85BEC
3#B36FEE
4#BE84F1
5#C998F3
6#D4ADF5
7#DEC1F8
8#E9D6FA
9#F4EAFD
Tones
Muted variations
1#923BDE
2#9144D5
3#904DCC
4#9056C3
5#8F5FBA
6#8F68B1
7#8E71A7
8#8D7A9E
9#8D8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C796 #C796F3 | BordersInactive statesPlaceholder text |
| 400 | AA5F #AA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9232 #9232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7618 #7618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E13 #5E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FD;
--orchid-100: #EEDFFB;
--orchid-200: #E0C4F8;
--orchid-300: #C796F3;
--orchid-400: #AA5FEC;
--orchid-500: #9232E7;
--orchid-600: #7618C9;
--orchid-700: #5E13A0;
--orchid-800: #430D72;
--orchid-900: #2B0949;
--orchid-950: #1B052E;
}