Orchid
#BD4EFD
PurpleColor Codes
All color formats for development
HEX
#BD4EFDRGB
rgb(189, 78, 253)HSL
hsl(278, 98%, 65%)OKLCH
oklch(0.647 0.252 310.2)CMYK
cmyk(25%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B12DFD
2#A50DFD
3#9202E6
4#7D02C5
5#6902A4
6#540183
7#3F0162
8#2A0142
9#150021
Tints
Lighter variations
1#C460FD
2#CA72FE
3#D183FE
4#D795FE
5#DEA7FE
6#E5B8FE
7#EBCAFE
8#F2DCFF
9#F8EDFF
Tones
Muted variations
1#BB57F4
2#B860EC
3#B669E3
4#B471DA
5#B17AD1
6#AF83C9
7#AD8CC0
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 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFE | BordersInactive statesPlaceholder text |
| 400 | BD4E #BD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | AA1C #AA1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E02 #8E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7102 #7102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5001 #50017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330151 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #F9F0FF;
--orchid-100: #F2DCFF;
--orchid-200: #E7BDFE;
--orchid-300: #D48BFE;
--orchid-400: #BD4EFD;
--orchid-500: #AA1CFD;
--orchid-600: #8E02DE;
--orchid-700: #7102B1;
--orchid-800: #50017E;
--orchid-900: #330151;
--orchid-950: #200132;
}