Orchid
#974FFC
PurpleColor Codes
All color formats for development
HEX
#974FFCRGB
rgb(151, 79, 252)HSL
hsl(265, 97%, 65%)OKLCH
oklch(0.605 0.242 297.7)CMYK
cmyk(40%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#842FFC
2#710EFB
3#6103E5
4#5303C4
5#4502A3
6#380283
7#2A0162
8#1C0141
9#0E0021
Tints
Lighter variations
1#A261FD
2#AC72FD
3#B684FD
4#C196FD
5#CBA7FE
6#D6B9FE
7#E0CAFE
8#EADCFE
9#F5EDFF
Tones
Muted variations
1#9958F4
2#9A60EB
3#9C69E2
4#9D72DA
5#9F7AD1
6#A083C8
7#A18CC0
8#A394B7
9#A49DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADCFE;
--orchid-200: #D8BEFE;
--orchid-300: #BB8BFD;
--orchid-400: #974FFC;
--orchid-500: #7A1DFC;
--orchid-600: #5E03DD;
--orchid-700: #4B03B0;
--orchid-800: #35027E;
--orchid-900: #220150;
--orchid-950: #150132;
}