Orchid
#962EEA
PurpleColor Codes
All color formats for development
HEX
#962EEARGB
rgb(150, 46, 234)HSL
hsl(273, 82%, 55%)OKLCH
oklch(0.557 0.257 303.7)CMYK
cmyk(36%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8917E6
2#7914CC
3#6A12B3
4#5B0F99
5#4C0D80
6#3D0A66
7#2E084D
8#1E0533
9#0F031A
Tints
Lighter variations
1#A043EC
2#AB58EE
3#B56DF1
4#C082F3
5#CA97F5
6#D5ABF7
7#DFC0F9
8#EAD5FB
9#F4EAFD
Tones
Muted variations
1#9538E1
2#9441D8
3#934ACE
4#9254C5
5#915DBB
6#9067B2
7#8F70A8
8#8E799F
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 | C994 #C994F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 962E #962EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7914 #7914CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6110 #6110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450B #450B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C07 #2C074A | 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: #C994F4;
--orchid-400: #AD5DEF;
--orchid-500: #962EEA;
--orchid-600: #7914CC;
--orchid-700: #6110A2;
--orchid-800: #450B74;
--orchid-900: #2C074A;
--orchid-950: #1C052E;
}