Orchid
#BA4EFD
PurpleColor Codes
All color formats for development
HEX
#BA4EFDRGB
rgb(186, 78, 253)HSL
hsl(277, 98%, 65%)OKLCH
oklch(0.644 0.251 309.3)CMYK
cmyk(26%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD2DFD
2#A10DFD
3#8F02E6
4#7A02C5
5#6602A4
6#510183
7#3D0162
8#290142
9#140021
Tints
Lighter variations
1#C160FD
2#C872FE
3#CF83FE
4#D695FE
5#DDA7FE
6#E3B8FE
7#EACAFE
8#F1DCFF
9#F8EDFF
Tones
Muted variations
1#B857F4
2#B660EC
3#B469E3
4#B271DA
5#B07AD1
6#AE83C9
7#AC8CC0
8#AA94B7
9#A89DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BD #E5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFE | BordersInactive statesPlaceholder text |
| 400 | BA4E #BA4EFD | Disabled statesSecondary iconsMuted text |
| 500 | A61C #A61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A02 #8A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E02 #6E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E01 #4E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320151 | 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: #F1DCFF;
--orchid-200: #E5BDFE;
--orchid-300: #D28BFE;
--orchid-400: #BA4EFD;
--orchid-500: #A61CFD;
--orchid-600: #8A02DE;
--orchid-700: #6E02B1;
--orchid-800: #4E017E;
--orchid-900: #320151;
--orchid-950: #1F0132;
}