Orchid
#9532E7
PurpleColor Codes
All color formats for development
HEX
#9532E7RGB
rgb(149, 50, 231)HSL
hsl(273, 79%, 55%)OKLCH
oklch(0.557 0.251 303.7)CMYK
cmyk(35%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#881BE2
2#7918C9
3#6A15B0
4#5B1297
5#4C0F7E
6#3D0C64
7#2D094B
8#1E0632
9#0F0319
Tints
Lighter variations
1#A046E9
2#AA5BEC
3#B56FEE
4#C084F1
5#CA98F3
6#D5ADF5
7#DFC1F8
8#EAD6FA
9#F4EAFD
Tones
Muted variations
1#943BDE
2#9444D5
3#934DCC
4#9256C3
5#915FBA
6#9068B1
7#8F71A7
8#8E7A9E
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 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C996 #C996F3 | BordersInactive statesPlaceholder text |
| 400 | AD5F #AD5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9532 #9532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7918 #7918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6013 #6013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450D #450D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | 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: #E0C4F8;
--orchid-300: #C996F3;
--orchid-400: #AD5FEC;
--orchid-500: #9532E7;
--orchid-600: #7918C9;
--orchid-700: #6013A0;
--orchid-800: #450D72;
--orchid-900: #2C0949;
--orchid-950: #1C052E;
}