Orchid
#9F2EEA
PurpleColor Codes
All color formats for development
HEX
#9F2EEARGB
rgb(159, 46, 234)HSL
hsl(276, 82%, 55%)OKLCH
oklch(0.568 0.259 306.7)CMYK
cmyk(32%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9317E6
2#8314CC
3#7212B3
4#620F99
5#520D80
6#410A66
7#31084D
8#210533
9#10031A
Tints
Lighter variations
1#A943EC
2#B258EE
3#BC6DF1
4#C582F3
5#CF97F5
6#D9ABF7
7#E2C0F9
8#ECD5FB
9#F5EAFD
Tones
Muted variations
1#9D38E1
2#9B41D8
3#994ACE
4#9854C5
5#965DBB
6#9467B2
7#9270A8
8#90799F
9#8E8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE94 #CE94F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEF | Disabled statesSecondary iconsMuted text |
| 500 | 9F2E #9F2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8314 #8314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6810 #6810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0B #4A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F07 #2F074A | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F1FE;
--orchid-100: #F0DFFC;
--orchid-200: #E3C3F9;
--orchid-300: #CE94F4;
--orchid-400: #B45DEF;
--orchid-500: #9F2EEA;
--orchid-600: #8314CC;
--orchid-700: #6810A2;
--orchid-800: #4A0B74;
--orchid-900: #2F074A;
--orchid-950: #1E052E;
}