Orchid
#9722F7
PurpleColor Codes
All color formats for development
HEX
#9722F7RGB
rgb(151, 34, 247)HSL
hsl(273, 93%, 55%)OKLCH
oklch(0.561 0.277 302)CMYK
cmyk(39%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A09F4
2#7B08D9
3#6B07BD
4#5C06A2
5#4D0587
6#3D046C
7#2E0351
8#1F0236
9#0F011B
Tints
Lighter variations
1#A138F8
2#AC4EF9
3#B664F9
4#C17AFA
5#CB90FB
6#D5A6FC
7#E0BDFD
8#EAD3FD
9#F5E9FE
Tones
Muted variations
1#962CEC
2#9537E2
3#9442D7
4#934CCC
5#9257C2
6#9162B7
7#8F6CAC
8#8E77A2
9#8D8297
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 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFB | BordersInactive statesPlaceholder text |
| 400 | AE53 #AE53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9722 #9722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B08 #7B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6206 #6206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F0FE;
--orchid-100: #EFDDFE;
--orchid-200: #E1BFFD;
--orchid-300: #CA8EFB;
--orchid-400: #AE53F9;
--orchid-500: #9722F7;
--orchid-600: #7B08D9;
--orchid-700: #6206AC;
--orchid-800: #46047B;
--orchid-900: #2D034F;
--orchid-950: #1C0231;
}