Orchid
#9E5AF2
PurpleColor Codes
All color formats for development
HEX
#9E5AF2RGB
rgb(158, 90, 242)HSL
hsl(267, 85%, 65%)OKLCH
oklch(0.619 0.219 300.7)CMYK
cmyk(35%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C3BEF
2#7A1DED
3#6A11D7
4#5B0FB8
5#4C0C99
6#3D0A7B
7#2D075C
8#1E053D
9#0F021F
Tints
Lighter variations
1#A86AF3
2#B27BF4
3#BB8BF6
4#C59CF7
5#CFACF8
6#D8BDFA
7#E2CDFB
8#ECDEFC
9#F5EEFE
Tones
Muted variations
1#9F61EA
2#A069E2
3#A071DB
4#A178D3
5#A280CC
6#A387C4
7#A38FBD
8#A497B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF92 #BF92F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5A #9E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 822B #822BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6711 #6711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520D #520DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2506 #25064B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #ECDEFC;
--orchid-200: #DBC2FA;
--orchid-300: #BF92F6;
--orchid-400: #9E5AF2;
--orchid-500: #822BEE;
--orchid-600: #6711D0;
--orchid-700: #520DA5;
--orchid-800: #3A0A76;
--orchid-900: #25064B;
--orchid-950: #17042F;
}