Orchid
#974DFF
PurpleColor Codes
All color formats for development
HEX
#974DFFRGB
rgb(151, 77, 255)HSL
hsl(265, 100%, 65%)OKLCH
oklch(0.605 0.248 297.4)CMYK
cmyk(41%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#842BFF
2#700AFF
3#6100E8
4#5300C7
5#4500A6
6#370085
7#290063
8#1C0042
9#0E0021
Tints
Lighter variations
1#A15EFF
2#AC70FF
3#B682FF
4#C194FF
5#CBA6FF
6#D5B8FF
7#E0C9FF
8#EADBFF
9#F5EDFF
Tones
Muted variations
1#9855F6
2#9A5EED
3#9B67E4
4#9D70DB
5#9E79D2
6#A082C9
7#A18BC1
8#A394B8
9#A49DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F0FF;
--orchid-100: #EADBFF;
--orchid-200: #D8BDFF;
--orchid-300: #BB8AFF;
--orchid-400: #974DFF;
--orchid-500: #791AFF;
--orchid-600: #5E00E0;
--orchid-700: #4A00B3;
--orchid-800: #350080;
--orchid-900: #220052;
--orchid-950: #150033;
}