Orchid
#9A22F7
PurpleColor Codes
All color formats for development
HEX
#9A22F7RGB
rgb(154, 34, 247)HSL
hsl(274, 93%, 55%)OKLCH
oklch(0.565 0.278 303)CMYK
cmyk(38%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E09F4
2#7E08D9
3#6E07BD
4#5F06A2
5#4F0587
6#3F046C
7#2F0351
8#200236
9#10011B
Tints
Lighter variations
1#A538F8
2#AF4EF9
3#B964F9
4#C37AFA
5#CD90FB
6#D7A6FC
7#E1BDFD
8#EBD3FD
9#F5E9FE
Tones
Muted variations
1#992CEC
2#9837E2
3#9642D7
4#954CCC
5#9357C2
6#9262B7
7#916CAC
8#8F77A2
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 #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFB | BordersInactive statesPlaceholder text |
| 400 | B153 #B153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9A22 #9A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E08 #7E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6406 #6406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034F | 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: #E2BFFD;
--orchid-300: #CC8EFB;
--orchid-400: #B153F9;
--orchid-500: #9A22F7;
--orchid-600: #7E08D9;
--orchid-700: #6406AC;
--orchid-800: #48047B;
--orchid-900: #2E034F;
--orchid-950: #1D0231;
}