Orchid
#9357F4
PurpleColor Codes
All color formats for development
HEX
#9357F4RGB
rgb(147, 87, 244)HSL
hsl(263, 88%, 65%)OKLCH
oklch(0.605 0.223 296.7)CMYK
cmyk(40%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F38F2
2#6B19F0
3#5C0EDA
4#4F0CBB
5#420A9C
6#35087D
7#28065D
8#1A043E
9#0D021F
Tints
Lighter variations
1#9E68F5
2#A979F6
3#B48AF8
4#BE9AF9
5#C9ABFA
6#D4BCFB
7#DFCDFC
8#E9DDFD
9#F4EEFE
Tones
Muted variations
1#955FEC
2#9767E5
3#996FDD
4#9B77D5
5#9D7ECD
6#9E86C5
7#A08EBD
8#A296B5
9#A49EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F6F1FE;
--orchid-100: #E9DDFD;
--orchid-200: #D7C1FB;
--orchid-300: #B891F8;
--orchid-400: #9357F4;
--orchid-500: #7527F1;
--orchid-600: #590DD3;
--orchid-700: #470BA8;
--orchid-800: #330878;
--orchid-900: #20054D;
--orchid-950: #140330;
}