Orchid
#C754F8
PurpleColor Codes
All color formats for development
HEX
#C754F8RGB
rgb(199, 84, 248)HSL
hsl(282, 92%, 65%)OKLCH
oklch(0.663 0.244 314)CMYK
cmyk(20%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BC34F7
2#B214F5
3#9F09DF
4#8808BF
5#71079F
6#5B057F
7#44045F
8#2D0340
9#170120
Tints
Lighter variations
1#CC65F9
2#D276F9
3#D887FA
4#DD98FB
5#E3A9FB
6#E8BAFC
7#EECCFD
8#F4DDFE
9#F9EEFE
Tones
Muted variations
1#C35CF0
2#C064E7
3#BD6CDF
4#B974D7
5#B67DCF
6#B385C7
7#B08DBE
8#AC95B6
9#A99EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8E #DA8EFA | BordersInactive statesPlaceholder text |
| 400 | C754 #C754F8 | Disabled statesSecondary iconsMuted text |
| 500 | B623 #B623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9909 #9909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A07 #7A07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5705 #57057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3803 #38034E | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FAF0FE;
--orchid-100: #F4DDFE;
--orchid-200: #EABFFC;
--orchid-300: #DA8EFA;
--orchid-400: #C754F8;
--orchid-500: #B623F6;
--orchid-600: #9909D7;
--orchid-700: #7A07AB;
--orchid-800: #57057A;
--orchid-900: #38034E;
--orchid-950: #230231;
}