Orchid
#955FEC
PurpleColor Codes
All color formats for development
HEX
#955FECRGB
rgb(149, 95, 236)HSL
hsl(263, 79%, 65%)OKLCH
oklch(0.613 0.204 297.7)CMYK
cmyk(37%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8242E9
2#6E24E5
3#5F18D0
4#5115B2
5#441194
6#360E77
7#290A59
8#1B073B
9#0E031E
Tints
Lighter variations
1#A06FEE
2#AA7FF0
3#B58FF2
4#C09FF4
5#CAAFF6
6#D5BFF8
7#DFCFF9
8#EADFFB
9#F4EFFD
Tones
Muted variations
1#9766E5
2#996DDE
3#9A74D7
4#9C7BD0
5#9E82C9
6#9F8AC2
7#A191BB
8#A298B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA96 #BA96F3 | BordersInactive statesPlaceholder text |
| 400 | 955F #955FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7732 #7732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C18 #5C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4913 #4913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FD;
--orchid-100: #EADFFB;
--orchid-200: #D8C4F8;
--orchid-300: #BA96F3;
--orchid-400: #955FEC;
--orchid-500: #7732E7;
--orchid-600: #5C18C9;
--orchid-700: #4913A0;
--orchid-800: #340D72;
--orchid-900: #210949;
--orchid-950: #15052E;
}