Orchid
#962CED
PurpleColor Codes
All color formats for development
HEX
#962CEDRGB
rgb(150, 44, 237)HSL
hsl(273, 84%, 55%)OKLCH
oklch(0.558 0.262 303.2)CMYK
cmyk(37%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8914E8
2#7A12CE
3#6A10B5
4#5B0D9B
5#4C0B81
6#3D0967
7#2E074D
8#1E0434
9#0F021A
Tints
Lighter variations
1#A041EE
2#AB56F0
3#B56BF2
4#C080F4
5#CA95F6
6#D5ABF8
7#DFC0F9
8#EAD5FB
9#F4EAFD
Tones
Muted variations
1#9535E3
2#943FD9
3#9349D0
4#9252C6
5#915CBC
6#9066B3
7#8F6FA9
8#8E79A0
9#8D8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C2 #E1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C993 #C993F6 | BordersInactive statesPlaceholder text |
| 400 | AD5B #AD5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 962C #962CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A12 #7A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610E #610EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450A #450A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C07 #2C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #EFDEFC;
--orchid-200: #E1C2FA;
--orchid-300: #C993F6;
--orchid-400: #AD5BF1;
--orchid-500: #962CED;
--orchid-600: #7A12CE;
--orchid-700: #610EA4;
--orchid-800: #450A75;
--orchid-900: #2C074B;
--orchid-950: #1C042F;
}