Orchid
#955DEE
PurpleColor Codes
All color formats for development
HEX
#955DEERGB
rgb(149, 93, 238)HSL
hsl(263, 81%, 65%)OKLCH
oklch(0.611 0.209 297.7)CMYK
cmyk(37%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#813FEB
2#6D21E8
3#5E16D2
4#5113B4
5#431096
6#360D78
7#28095A
8#1B063C
9#0D031E
Tints
Lighter variations
1#9F6EF0
2#AA7EF1
3#B58EF3
4#BF9EF5
5#CAAEF7
6#D5BEF8
7#DFCFFA
8#EADFFC
9#F4EFFD
Tones
Muted variations
1#9765E7
2#986CE0
3#9A73D8
4#9C7AD1
5#9D82CA
6#9F89C3
7#A190BB
8#A297B4
9#A49FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F4 | BordersInactive statesPlaceholder text |
| 400 | 955D #955DEE | Disabled statesSecondary iconsMuted text |
| 500 | 772F #772FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B15 #5B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4811 #4811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340C #340C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #21084A | 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: #F6F1FE;
--orchid-100: #EADFFC;
--orchid-200: #D8C3F9;
--orchid-300: #B995F4;
--orchid-400: #955DEE;
--orchid-500: #772FE9;
--orchid-600: #5B15CB;
--orchid-700: #4811A2;
--orchid-800: #340C73;
--orchid-900: #21084A;
--orchid-950: #15052E;
}