Orchid
#924FFC
PurpleColor Codes
All color formats for development
HEX
#924FFCRGB
rgb(146, 79, 252)HSL
hsl(263, 97%, 65%)OKLCH
oklch(0.6 0.242 296)CMYK
cmyk(42%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D2FFC
2#690EFB
3#5A03E5
4#4D03C4
5#4002A3
6#330283
7#260162
8#1A0141
9#0D0021
Tints
Lighter variations
1#9C61FD
2#A772FD
3#B284FD
4#BD96FD
5#C8A7FE
6#D3B9FE
7#DECAFE
8#E9DCFE
9#F4EDFF
Tones
Muted variations
1#9458F4
2#9660EB
3#9869E2
4#9A72DA
5#9C7AD1
6#9E83C8
7#A08CC0
8#A294B7
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78B #B78BFD | BordersInactive statesPlaceholder text |
| 400 | 924F #924FFC | Disabled statesSecondary iconsMuted text |
| 500 | 721D #721DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5703 #5703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4503 #4503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3102 #31027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2001 #200150 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #E9DCFE;
--orchid-200: #D6BEFE;
--orchid-300: #B78BFD;
--orchid-400: #924FFC;
--orchid-500: #721DFC;
--orchid-600: #5703DD;
--orchid-700: #4503B0;
--orchid-800: #31027E;
--orchid-900: #200150;
--orchid-950: #140132;
}