Orchid
#9A23F6
PurpleColor Codes
All color formats for development
HEX
#9A23F6RGB
rgb(154, 35, 246)HSL
hsl(274, 92%, 55%)OKLCH
oklch(0.565 0.276 303.1)CMYK
cmyk(37%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E0AF2
2#7E09D7
3#6E08BC
4#5E07A2
5#4F0687
6#3F046C
7#2F0351
8#1F0236
9#10011B
Tints
Lighter variations
1#A439F7
2#AE4FF8
3#B965F9
4#C37BF9
5#CD91FA
6#D7A7FB
7#E1BDFC
8#EBD3FD
9#F5E9FE
Tones
Muted variations
1#992DEB
2#9838E1
3#9642D6
4#954DCC
5#9357C1
6#9262B6
7#906DAC
8#8F77A1
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFA | BordersInactive statesPlaceholder text |
| 400 | B154 #B154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9A23 #9A23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E09 #7E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6407 #6407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4805 #48057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFE;
--orchid-200: #E2BFFC;
--orchid-300: #CC8EFA;
--orchid-400: #B154F8;
--orchid-500: #9A23F6;
--orchid-600: #7E09D7;
--orchid-700: #6407AB;
--orchid-800: #48057A;
--orchid-900: #2E034E;
--orchid-950: #1D0231;
}