Orchid
#A357F4
PurpleColor Codes
All color formats for development
HEX
#A357F4RGB
rgb(163, 87, 244)HSL
hsl(269, 88%, 65%)OKLCH
oklch(0.622 0.226 302.5)CMYK
cmyk(33%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9238F2
2#8119F0
3#710EDA
4#610CBB
5#500A9C
6#40087D
7#30065D
8#20043E
9#10021F
Tints
Lighter variations
1#AC68F5
2#B679F6
3#BF8AF8
4#C89AF9
5#D1ABFA
6#DABCFB
7#E3CDFC
8#EDDDFD
9#F6EEFE
Tones
Muted variations
1#A35FEC
2#A467E5
3#A46FDD
4#A477D5
5#A47ECD
6#A586C5
7#A58EBD
8#A596B5
9#A59EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC1 #DDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C391 #C391F8 | BordersInactive statesPlaceholder text |
| 400 | A357 #A357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8927 #8927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D0D #6D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570B #570BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E08 #3E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2805 #28054D | Primary textHigh emphasis contentDark headings |
| 950 | 1903 #190330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F7F1FE;
--orchid-100: #EDDDFD;
--orchid-200: #DDC1FB;
--orchid-300: #C391F8;
--orchid-400: #A357F4;
--orchid-500: #8927F1;
--orchid-600: #6D0DD3;
--orchid-700: #570BA8;
--orchid-800: #3E0878;
--orchid-900: #28054D;
--orchid-950: #190330;
}