Orchid
#9235E3
PurpleColor Codes
All color formats for development
HEX
#9235E3RGB
rgb(146, 53, 227)HSL
hsl(272, 76%, 55%)OKLCH
oklch(0.553 0.244 303.3)CMYK
cmyk(36%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#851EDE
2#761BC5
3#6718AD
4#581494
5#4A117B
6#3B0D63
7#2C0A4A
8#1D0731
9#0F0319
Tints
Lighter variations
1#9D49E6
2#A85DE9
3#B372EC
4#BE86EE
5#C99AF1
6#D3AEF4
7#DEC2F7
8#E9D7F9
9#F4EBFC
Tones
Muted variations
1#913EDB
2#9146D2
3#904FC9
4#9058C1
5#8F61B8
6#8F69AF
7#8E72A6
8#8D7B9E
9#8D8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F2FD;
--orchid-100: #EEE0FB;
--orchid-200: #E0C5F7;
--orchid-300: #C798F1;
--orchid-400: #AA62EA;
--orchid-500: #9235E3;
--orchid-600: #761BC5;
--orchid-700: #5E159D;
--orchid-800: #430F70;
--orchid-900: #2B0A48;
--orchid-950: #1B062D;
}