Orchid
#B357F4
PurpleColor Codes
All color formats for development
HEX
#B357F4RGB
rgb(179, 87, 244)HSL
hsl(275, 88%, 65%)OKLCH
oklch(0.64 0.23 308.1)CMYK
cmyk(27%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A538F2
2#9719F0
3#850EDA
4#720CBB
5#5F0A9C
6#4C087D
7#39065D
8#26043E
9#13021F
Tints
Lighter variations
1#BA68F5
2#C279F6
3#CA8AF8
4#D19AF9
5#D9ABFA
6#E1BCFB
7#E8CDFC
8#F0DDFD
9#F7EEFE
Tones
Muted variations
1#B25FEC
2#B067E5
3#AF6FDD
4#AE77D5
5#AC7ECD
6#AB86C5
7#AA8EBD
8#A896B5
9#A79EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C1 #E3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CD91 #CD91F8 | BordersInactive statesPlaceholder text |
| 400 | B357 #B357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9D27 #9D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810D #810DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660B #660BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4908 #490878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F05 #2F054D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F8F1FE;
--orchid-100: #F0DDFD;
--orchid-200: #E3C1FB;
--orchid-300: #CD91F8;
--orchid-400: #B357F4;
--orchid-500: #9D27F1;
--orchid-600: #810DD3;
--orchid-700: #660BA8;
--orchid-800: #490878;
--orchid-900: #2F054D;
--orchid-950: #1D0330;
}