Orchid
#962FE9
PurpleColor Codes
All color formats for development
HEX
#962FE9RGB
rgb(150, 47, 233)HSL
hsl(273, 81%, 55%)OKLCH
oklch(0.557 0.256 303.8)CMYK
cmyk(36%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8818E4
2#7915CB
3#6A13B2
4#5B1098
5#4C0D7F
6#3D0B66
7#2D084C
8#1E0533
9#0F0319
Tints
Lighter variations
1#A044EB
2#AB59EE
3#B56EF0
4#C082F2
5#CA97F4
6#D5ACF6
7#DFC1F8
8#EAD5FB
9#F4EAFD
Tones
Muted variations
1#9539E0
2#9442D7
3#934BCD
4#9254C4
5#915EBB
6#9067B1
7#8F70A8
8#8E7A9F
9#8D8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C995 #C995F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 962F #962FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7915 #7915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6011 #6011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450C #450C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C084A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDFFC;
--orchid-200: #E1C3F9;
--orchid-300: #C995F4;
--orchid-400: #AD5DEE;
--orchid-500: #962FE9;
--orchid-600: #7915CB;
--orchid-700: #6011A2;
--orchid-800: #450C73;
--orchid-900: #2C084A;
--orchid-950: #1C052E;
}