Orchid
#995BF1
PurpleColor Codes
All color formats for development
HEX
#995BF1RGB
rgb(153, 91, 241)HSL
hsl(265, 84%, 65%)OKLCH
oklch(0.614 0.216 298.9)CMYK
cmyk(37%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#863CEE
2#731EEB
3#6413D5
4#5610B7
5#470D98
6#390B7A
7#2B085B
8#1D053D
9#0E031E
Tints
Lighter variations
1#A36BF2
2#AE7CF4
3#B88CF5
4#C29CF6
5#CCADF8
6#D6BDF9
7#E0CEFB
8#EBDEFC
9#F5EFFE
Tones
Muted variations
1#9B62E9
2#9C6AE2
3#9D71DA
4#9E79D3
5#A080CB
6#A188C4
7#A28FBC
8#A397B5
9#A59EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC93 #BC93F6 | BordersInactive statesPlaceholder text |
| 400 | 995B #995BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2C #7C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6012 #6012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0E #4D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #EBDEFC;
--orchid-200: #D9C2FA;
--orchid-300: #BC93F6;
--orchid-400: #995BF1;
--orchid-500: #7C2CED;
--orchid-600: #6012CE;
--orchid-700: #4D0EA4;
--orchid-800: #370A75;
--orchid-900: #23074B;
--orchid-950: #16042F;
}