Orchid
#C357F4
PurpleColor Codes
All color formats for development
HEX
#C357F4RGB
rgb(195, 87, 244)HSL
hsl(281, 88%, 65%)OKLCH
oklch(0.659 0.235 313.5)CMYK
cmyk(20%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B738F2
2#AC19F0
3#990EDA
4#840CBB
5#6E0A9C
6#58087D
7#42065D
8#2C043E
9#16021F
Tints
Lighter variations
1#C968F5
2#CF79F6
3#D58AF8
4#DB9AF9
5#E1ABFA
6#E7BCFB
7#EDCDFC
8#F3DDFD
9#F9EEFE
Tones
Muted variations
1#C05FEC
2#BD67E5
3#BA6FDD
4#B777D5
5#B47ECD
6#B186C5
7#AE8EBD
8#AC96B5
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C1 #E9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D791 #D791F8 | BordersInactive statesPlaceholder text |
| 400 | C357 #C357F4 | Disabled statesSecondary iconsMuted text |
| 500 | B127 #B127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 940D #940DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 760B #760BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5408 #540878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3605 #36054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF1FE;
--orchid-100: #F3DDFD;
--orchid-200: #E9C1FB;
--orchid-300: #D791F8;
--orchid-400: #C357F4;
--orchid-500: #B127F1;
--orchid-600: #940DD3;
--orchid-700: #760BA8;
--orchid-800: #540878;
--orchid-900: #36054D;
--orchid-950: #220330;
}