Orchid
#BA50FB
PurpleColor Codes
All color formats for development
HEX
#BA50FBRGB
rgb(186, 80, 251)HSL
hsl(277, 96%, 65%)OKLCH
oklch(0.645 0.247 309.5)CMYK
cmyk(26%, 68%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD30FB
2#A00FFA
3#8E05E3
4#7A04C3
5#6503A2
6#510382
7#3D0261
8#290141
9#140120
Tints
Lighter variations
1#C162FC
2#C873FC
3#CF85FD
4#D596FD
5#DCA8FD
6#E3B9FE
7#EACBFE
8#F1DCFE
9#F8EEFF
Tones
Muted variations
1#B859F3
2#B661EA
3#B46AE2
4#B272D9
5#B07BD1
6#AE83C8
7#AC8CBF
8#AA95B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D18C #D18CFD | BordersInactive statesPlaceholder text |
| 400 | BA50 #BA50FB | Disabled statesSecondary iconsMuted text |
| 500 | A61E #A61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8904 #8904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F1DCFE;
--orchid-200: #E5BEFE;
--orchid-300: #D18CFD;
--orchid-400: #BA50FB;
--orchid-500: #A61EFA;
--orchid-600: #8904DC;
--orchid-700: #6D04AF;
--orchid-800: #4E037D;
--orchid-900: #320250;
--orchid-950: #1F0132;
}